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 | Perform a Boolean operation against another region. |
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. |
Explode | Explodes the region and returns the sub-entities as an array of object. |
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. |
SetXData | Sets the extended entity data associated with an entity. |
TransformBy | Applies a rigid motion transformation to an object. |
Update | Updates the display of the object. |
Public Properties
Application | Returns the Application object. |
Area | Returns the enclosed area of the arc, closed by joining the ends of the arc with a line. |
Centroid | Gets the center of area for a region. (2D point) |
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 region. (2D point) |
Normal | Sets or returns the Extrusion Direction vector for the entity. |
ObjectName | Returns the class name of the entity. |
Parent | Returns the database item's parent object. |
Perimeter | Specifies the perimeter of the region |
PlotStyleName | Specifies the plotstyle name for the object. |
PrincipalDirections | Gets the principal directions of the region. (Two 2D points) |
PrincipalMoments | Gets the principal moments property of the region. (2D point) |
ProductOfInertia | Gets the product of inertia of the region. |
RadiiOfGyration | Gets the radius of gyration of the region. (2D point) |
TrueColor | Sets or returns the true color of the entity. |
Visible | Sets or returns whether the entity is visible. |