3DSolid object |
A solid object with free-form surface support.
VBA class name: |
Acad3DSolid |
---|---|
Create using: |
On ModelSpace, PaperSpace, and Block objects
use: |
Access via: |
ModelSpace.Item |
You can make 3D objects by creating basic 3D shapes: boxes, cones, cylinders, spheres, wedges, and toris (donuts). You can then combine these shapes to create more complex solids by joining or subtracting them or finding their intersecting (overlapping) volume. You can also create solids by sweeping a 2D object along a path or revolving it about an axis.
To create a 3DSolid, use one of the following methods: AddBox, AddCone, AddCylinder, AddEllipticalCone, AddEllipticalCylinder, AddExtrudedSolid, AddExtrudedSolidAlongPath, AddRevolvedSolid, AddSphere, AddTorus, AddWedge.
To edit or query a 3DSolid, use the following methods and properties:
Methods |
Properties |
Events |
Comments? |