AutoCAD VB :: How To Reach 3D Object Volume With Solid Selection
Apr 28, 2012
I can use SolidSelection.Item for 3D object's handles and but I can't take 3D object's volumes with SolidSelection.
Then I can put object 's handles(1EE) to a collection. Can I use SolidSelection to keep my 3D volumes values? All sub-structure of my program works with SolidSelection Object.
Volume Codes;
For Each tEnt In ThisDrawing.ModelSpace
If TypeOf tEnt Is Acad3DSolid Then
Dim tEntSolid As Acad3DSolid
Set tEntSolid = tEnt
tmpVols1.Add (tEntSolid.Handle & "/" & tEntSolid.Volume)
End If
Next
I can't match with returned result of these codes and SolidSelection.item(i)
For Each tEnt In ThisDrawing.ModelSpace
If TypeOf tEnt Is Acad3DSolid Then
Dim tEntSolid As Acad3DSolid
Set tEntSolid = tEnt
tmpVols1.Add (tEntSolid.Handle & "/" & tEntSolid.Volume)
[code]......
View 1 Replies
ADVERTISEMENT
Apr 4, 2012
Is Autocad have a command to calculate the volume of a solid object? If so, it would come in handy at times.
View 1 Replies
View Related
Mar 6, 2011
I need finding the volume of a solid (not the amount a solid can hold) in Autocad 2011 for Mac.
View 1 Replies
View Related
Aug 29, 2012
I have a inuniform shape and I want to get the volume of it. How to get the volume of a solid shape?
View 1 Replies
View Related
Jul 26, 2013
I want to make an ipart of a container with as customizable parameters (the Diameter and the Volume of one of the solid bodies).
[URL]...
Here comes the problem:
when i was changing the volume parameter, i recieved an error that this property was read-only.is it possible te use the volume calculation from inventor the calculate back to the diameter or height? ,and also for a solid body?
If so, what do i need to do? I am using inventor 2013 (basic).
View 1 Replies
View Related
Dec 17, 2011
I´d like to do something like that, convert a internal volume in a solid and delete the external solid.
[URL]
View 1 Replies
View Related
Sep 16, 2013
How can I remove the lines in the middle after I press and pull the objects.
Attached is the Untitle.jpg, to make more clearer to you. Blue is the wall and skyblue is the aquarium. I want the back and the front of the aquarium don't have any line in the middle but even I do shade command the fill of the color is still there. Cause if I explode and delete the line in the middle the colors that fill the aquarium are getting rid off See Untitled 2.Jpg to see what I mean. And also how can make the aquarium Untitle 3.jpg transparent?
View 9 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
Jun 12, 2012
What is probably a fairly basic 3d Modelling operation. I have a series of planar surfaces arranged to create a relatively basic object. I am now trying to use the sculpt command to convert these into a 3d solid but keep getting the error message;
"Modeling Operation Error: Operation did not add or remove material. Solid creation failed, no watertight volume detected."
Is there any way of;
A. forcing the sculpt command to work through altering some sort of fuzz distance option etc?
or failing this
B. identifying the non compliant sufaces involved so I can attempt to tweak them to suit?
View 9 Replies
View Related
Jan 9, 2013
I have a volume in my CAD file described by 3D Faces. Is there anyway to know what is the volume of this volume -that represents an open pit-?
Every time that I do a volume I do by the comparison of 2 surfaces but this is not the case now.
View 6 Replies
View Related
Feb 22, 2012
I created an enclosed "object" adding break lines to two different surfaces.
The blue surface shown on the attached drawing is a set of break lines added to "Surface A" and then the red is the other set of break lines added to "Surface B". I have already generated the volume enclosed within the surfaces by doing a surface to surface volume calculation.
My Question:I want to combine the enclosed volume created by Surface A & Surface B into a 3D "Block" that give me the volume information.
View 9 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
Jul 30, 2013
see attachment (object viewer capture). The top surface is my OG, the bottom surface is the bottom of excavation for a building. I want to project the perimeter of the building footprint up to the OG surface at a 1:5 slope. I remember in LDD the perimeter of a building, berm, dam, ditch...could be projected to the OG with specific slopes and then you could create a surface with the projected lines and do a volume calc. between the two. What is the procedure to do this in AutoCAD Civil 3D 2012?
View 5 Replies
View Related
Jul 3, 2012
Is it possible to select an object for reading in an XRef?
PS I think it has something to do with Editor.SelectNestedEntity() but it is the end of a long day and I can't fathom it out
View 5 Replies
View Related
Jul 20, 2011
When I select an object and pan to make another selection the first object "deselects". The object(s) will stay selected until I pan and as soon as I start to pan the grips go away and the object(s) is deselected.
View 9 Replies
View Related
Apr 2, 2009
Midway through my session I must have hit some key combination that changed a global setting of some sort as all of a sudden when selecting objects they no longer show up dashed to show they are selected, the grip points still show but there is no dotted line of the objects.
This happens everywhere including when picking boundaries to hatch......you cant see what boundaries you have selected because the selection line is solid.
This is making life unbelievably difficult, how to reset the selection to a dashed line as opposed to a solid line?
In case I am not being clear, draw a line. Then select it (click on it) and you see it becomes dashed and the grips appear. When I select now just the grips show up and the line stays solid.
View 6 Replies
View Related
Jul 27, 2013
I have the River Analysis tools installed for C3D 2014 and any time I open a drawing, a reach is automatically created in the file. This is really annoying because it puts it down at the coordinates (0,-500) which pretty much makes zoom extents a useless command now.
Is this as designed? If it is as designed, how to turn it off?
View 9 Replies
View Related
Oct 25, 2012
I have several objects in a drawing. These objects are placed on a layer: "Layerhatch". These objects all have a hatch pattern: "solid". Now I want with vba that the pattern of this objects change from "solid"into "ANSI31". (For example with a button).
I have tried this with a adadselectionset but it doesn't work.
Private Sub CommandButton1_Click() Dim tSelSet As AcadSelectionSet Set tSelSet = getSelSetByLayer("Layerhatch") If tSelSet Is Nothing Then MsgBox ("No Selectionset") ElseIf tSelSet.Count = 0 Then MsgBox ("No objects found on Layer "Layerhatch") Else
[Code]....
View 6 Replies
View Related
Apr 30, 2013
I have a problem with selecting a solid hatch in autocad 2014 or 2012. from some reason when I click in random place on top of the hatch it always select it self even if it's not highlighted. It causes a problem when i need to select group of item which are on top of the hatch with the selection box. I did not have this problem in previous version. i also find it very strange that in different drawing in the same autocad version that problem do not exist. is there any variable to be set to solve that issue?
View 1 Replies
View Related
Oct 25, 2012
best way to fill a box with spheres, non intersecting, random rotates?
View 2 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
Oct 9, 2012
I mirrored a box using mirror tool, volume value of mirrored object is negative,-0,25 cum. However when I used mirror modifier it is positive.Screenshot image is attached.
View 1 Replies
View Related
Apr 18, 2012
im making a cnc milling machine and need to make some things to make. This is a clamp between the magazine and the barrle of a shotgun and i made the drawing in 2d to start whit and then used the EXTRUDE to make it inn to 3d.
As you can see on the top of the object there is no surface and the same goes for the buttom. How can i make a surface?
[URL]
View 9 Replies
View Related
Jan 22, 2012
how to extend a solid object. You can see at the picture that I attached what I mean and also I will try to explain. I draw a fence 1.5 m high. At one specific part of the yard I want the fence to be 2.0 m high. So I moved upper part (horisontal) of the fence to the height of 2.0 m. Now I want the 2 vertical poles to "extend" to that height. Now I can delete those poles and use extend command from the bottom and then use silce command. I was just wondering if their is a command that I can use to grab the pole as it is now and pull it up to the new height if that is possible without erasing it.
View 9 Replies
View Related
Apr 22, 2013
I'm trying to draw a solid object. I have the top and bottom base, and all I want is to loft that thing, but when I do, it only lofts the limits - it results in a hollow object.
View 7 Replies
View Related
Oct 26, 2012
The bottom of the toolbox is out of screen. It is problem when I dock dialogs to it and I cannot achieve the whole dialog.
Attached File(s) toolbox.jpg (56.33K)
Number of downloads: 6
View 4 Replies
View Related
Jan 23, 2013
Creating object in 3D solid? The circles have the same height in both edges.
View 6 Replies
View Related