AutoCad :: How To Calculate The Volume
Jan 9, 2013
calculate the volume.I attached here my dwg file. I never done this before and I want to know the correct answer when I want my land to be levelled at 6m.How much volume to fill and the land to be removed.
View 9 Replies
ADVERTISEMENT
Apr 24, 2012
There are points in different levels i wanna make the surfer with this points and project the surfer on the down surfer(that makes with other points) after that make an enclosed Volume and finally Calculate the Volume between this 2 surfer. How its possible to Calculate?
View 8 Replies
View Related
Oct 20, 2012
I am trying to calculate muck away for work, and I have drawn the site plan in millimetres for accuracy. However when I try to calculate the volume I get this value: 3.6293E+12. I am guessing that it is saying this due to the fact its in millimetres, and I am trying to calculate a large area and convert in into metres squared. What this value means?
View 1 Replies
View Related
Feb 14, 2013
I have a problem when calculating the volume of a design plan, the slope of the land, the design had to be made so as not to slide trap. How it makes grading a trap,
View 2 Replies
View Related
Nov 4, 2013
Is it possible to calculate the volume in this elbow for liquid?
View 1 Replies
View Related
Jun 10, 2013
I'm trying to work out a way to calculate the fill volume difference for a proposed landscaping plan (images attached) and how to model and calculate the amount of fill required to do the job.
Site-Plans-4-Recovered.jpgSite-Plans-4-Recovered2.jpg
View 3 Replies
View Related
Sep 18, 2012
How to calculate in a table the volume of cut and fill between the stations, The horizontal and vertical alignments are generated along with their sections. I’m wondering if there is a tool that summarize the volume of cut and fill between the stations in a table.
View 3 Replies
View Related
Jun 3, 2012
With command massprop I can get many interesting data about 3d object, but where can I set material that my object is made of. Lets say I need to calculate volume and mass of my object which is made of aluminium, what are my options?
View 3 Replies
View Related
Feb 21, 2013
I have a set of 8 coordinates that outline a pit. I have been asked to calculate it's volume. I have input the coordinates, and have produced a 3D image of the pit. I was hoping to be able to convert the object (the pit) that I have created to a solid, so I could then determine the volume, although it is proving to be difficult.
how I could calculate the volume of this pit?
View 9 Replies
View Related
May 25, 2013
I use Civil 3D 2011 and I am new to it. I have created a natural ground surface from survey points. Now i want to create a finished surface with a specific slope in a specific direction at a specific elevation and then to calculate cut and fill volume.
I can create a flat surface at a specific elevation. How to tilt this surface to a specific slope along a specific direction.
View 9 Replies
View Related
Nov 11, 2013
At my job site, they is about 20meter height of uneven rock surface in the excavation pit.
To calculate the volume ,I need to include this uneven rock surface wall.
For doing so,The sharp edge will displays in the cross section.
Because the uneven surface, I cannot create the surface with normal step.The TIn line will joins horizontally,not in vertical direction as is intended.
AutoCAD Civil3D 2014
Inter(R)Core(TM) i7-3770 cpu@3.40GHZ
RAM 8.00GB
64-Bit window7
QuadroK6000
View 2 Replies
View Related
Oct 24, 2011
Having a surface, and then applying a building pad, how can i discover the volume of excavation?
View 1 Replies
View Related
Apr 12, 2012
How to calculate Column quantity and gross volume.
View 8 Replies
View Related
Dec 3, 2013
if this is easy, but how do I calculate the volume of concrete needed to pour a cast-in-place spiral stair?
View 1 Replies
View Related
Oct 2, 2012
Is there a way to generate a volume report for a bounded volume surface?
View 3 Replies
View Related
Jun 18, 2012
I'm working with TIN surfaces, doing cut/fill comparisons for a surface mine.
My volume surface statistics show a cut volume of 5167.22 cy and fill volume of 8456.18 cy.
The sample line group volume report show cumulative cut of 5527.67 cy and fill of 8465.56 cy.
What could be some causes of this disparity. All reference surfaces are built from points and use a non-destructive boundary.
View 2 Replies
View Related
May 31, 2013
I've read a few threads on this way back but cannot locate them. I have two surfaces and create a volume surface and it reported the volume as 493 cy. I then ran some sample lines at 25 foot interval and the total volume is reported as 964 cy.
View 1 Replies
View Related
Apr 24, 2013
I want to use it as my primary hydrologic and hydraulic modeler. It only makes sense. Well, I got the program to work and had things linked in and was able to route a storm through the network. But when I routed the storms, I had to model double the storage that i expected.
So I went back to the program I'm familiar with - Pondpack by Benltey - and designed the same system I routed in SSA in that program - and got the storage volume that I would expect for a site of this size - about 2 acres.
Is there possibly a setting that I'm missing that makes my outlet structures route slower or less than they should? Or is there some other reason that a system would give this kind of inflated need for storage?
View 9 Replies
View Related
Feb 25, 2013
I have an issue with using Bounded Volume or Adding a Boundary to Volume Surface things so bad... = incorrect volumes.. sometimes extremely incorrect.. I understand that the surface rectangle when a boundary is added but this could be horrible if not checked.
View 3 Replies
View Related
Feb 4, 2014
I'm no longer able to control the PP (monitor) volume using my computer volume controls. I've always controlled the monitor volume using my computer volume levels, but starting today, that has changed.
The volume is just playing at the level recorded with no way for me to turn down or up.I performed a disc repair and that didn't solve the problem.
View 1 Replies
View Related
Jan 27, 2011
i created new polygon´s SDF (ACAD Civil,Map2011). And created new feature from geometry (from 2 closed plines - island). See on attached picture. If polygons are more complex =erroneous result from calculation ("Round ( Area2D ( Geometrie ), 0 ) "). It means ACAD calculate sum 2 areas together, but It should dedust island from main polygon.
View 3 Replies
View Related
Oct 7, 2012
How to Calcuate the area of a layer, through .NET API ?
View 9 Replies
View Related
Nov 19, 2012
I'm using AutoCAD 2013 x64 and VS2012 Express with ObjectARX 2013. Now I want to calculate the (projected) intersection point of 2 (intersecting) lines in vb.net
After selecting the lines I have this line1.IntersectWith(line2, Intersect.OnBothOperands, intpts, 0, 0)
In Visual studio express 2012 I get the following warning for the above line of
warning BC40000: 'Public Sub IntersectWith(entityPointer As Autodesk.AutoCAD.DatabaseServices.Entity, intersectType As Autodesk.AutoCAD.DatabaseServices.Intersect, points As Autodesk.AutoCAD.Geometry.Point3dCollection, thisGraphicSystemMarker As Long, otherGraphicSystemMarker As Long)' is obsolete: 'Use the overload taking IntPtr instead.'.
So, if I'm reading this correctly, this method is outdated and I should use an other method to calculate the intersection. But I really don't know what 'Use the overload taking IntPtr instead' means.
One of the things I found is a function that contains this line of Dim inters As Point3d = line1.IntersectWith(line2)(0). This one looks almost the same, but doesn't give me the warning when I compile the code, but this method crashes AutoCAD when there is no intersection between the lines. This is despite a try catch block that surrounds the code.
For now I just want to use lines, but I need to expand the code so it will also work with circles, arcs and polylines.
View 6 Replies
View Related
Apr 3, 2013
I draw something one the drawing fisrt,
then open one windows form。
The problem is the form location。I do not want the form cover the graphic what i was drawing before.
Maybe, there is a way to Caculate the Point of the screen by Entity
View 6 Replies
View Related
Apr 17, 2012
I have a question: ¿Which scientific calculation's method usually autocad utilize to calculate areas?
View 1 Replies
View Related
Nov 5, 2013
If I want to calculate the square mm of an area, how do I do so? I know this should be really simple but I can't get the results I want. Let's say I have a rectangle (2D) and I draw somew circles and polylines within it that are 'cut out' from the rectangle....how does one calcualte the remaining square mm?
View 9 Replies
View Related
Oct 5, 2012
How to calculate in AutoCAD the Conversion factor. I need to calculate the complete Building Floor and I try the field command in AutoCAD, But I don't know what I should write to conversion factor.
View 9 Replies
View Related
Jul 10, 2006
I need to calculate the areas within a set of lines that form a closed area.
1. How do I do that?
2. Do I need to create a polyline around the area, or is lines enough?
I use AutoCad Map 2000i
View 9 Replies
View Related
Sep 13, 2012
If I want to draw a 10% slope on 5' contours how do I calculate the circle diameter needed to construct the slope in order to connect the lines where the circles intersect the contour?
View 1 Replies
View Related
Apr 1, 2005
Is there a way to calculate a (closed) 3D polyline area ?
View 8 Replies
View Related
Oct 29, 2011
this is my first query how to calculate man hours per drawing. whether based on size(a1,a2,a3,a4) , or by based on drawing.. some companies they are calculating based on sheet size...
View 9 Replies
View Related