Public Methods
ArrayPolar | Creates a polar array. If the PointOnAxis is distinct from the CenterPoint, a 3D array is created. |
ArrayRectangular | Creates a rectangular array. |
Boolean | Performs a boolean operation against another 3dsolid. |
CheckInterference | Check interference for the 3dsolid object. |
Copy | Creates a copy of the entity. |
Delete | Deletes the specified object. |
Divide | Returns the points after dividing given object. |
Erase | Erases the display of the entity. The entity is not deleted from the database. |
GetBoundingBox | Returns the corners of the box that encloses a specified entity. |
GetExtensionDictionary | Gets the extension dictionary associated with an object. |
GetXData | Returns the extended entity data associated with an entity. |
Highlight | Highlights or dehighlights the object. |
IntersectWith | Returns the intersection points between given objects. |
Mirror | Mirrors an object about an axis defined by two points. |
Mirror3D | Mirrors an object about a plane defined by three points. |
Move | Moves an object. |
Rotate | Rotates an object. |
Rotate3D | Rotates an object about an axis formed by two points. The direction of the axis is from point1 to point2. |
ScaleEntity | Scales an object by a given scale factor. |
SectionSolid | Create a section of the 3dsolid given three points that define the plane. Returns the Section as a Region object |
SetXData | Sets the extended entity data associated with an entity. |
SliceSolid | Create a slice of the 3dsolid given three points that define the plane. Returns the resulting array of 3dSolid object. |
TransformBy | Applies a rigid motion transformation to an object. |
Update | Updates the display of the object. |
Public Properties
Application | Returns the Application object. |
Centroid | Gets the center of mass for a solid |
color | Sets or returns the true color of the entity. |
Document | Returns the document associated with the object. |
EntityName | Returns the class name of the entity. |
EntityType | Returns the type of the entity. |
Handle | Returns the handle of the item. |
HasExtensionDictionary | Determines if the object has an extension dictionary associated with it. |
Layer | Sets or returns the layer that the entity is on. |
Linetype | Sets or returns the linetype of the entity. |
LinetypeScale | Sets or returns the entity's linetype scale. |
Lineweight | Specifies the lineweight for the object. |
MomentOfInertia | Gets the moment of inertia for the solid |
ObjectName | Returns the class name of the entity. |
Parent | Returns the database item's parent object. |
PlotStyleName | Specifies the plotstyle name for the object. |
PrincipalDirections | Gets the principal directions of the solid. (Three points) |
PrincipalMoments | Gets the principal moments property of the solid. |
ProductOfInertia | Gets the product of inertia of the solid. |
RadiiOfGyration | Gets the radius of gyration of the solid. |
TrueColor | Sets or returns the true color of the entity. |
Visible | Sets or returns whether the entity is visible. |
Volume | Gets the volume of the solid |