A bounded planar face consisting of lines, circles, arcs, elliptical arcs, and spline curves.
Supported Platforms: Windows only
AcadRegion
Object AcadObject AcadEntity AcadRegion
VBA
ModelSpace.AddRegion PaperSpace.AddRegion Block.AddRegion
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
Each object in the region retains its layer, linetype, and color. AutoCAD deletes the original objects after converting them to regions and does not hatch the regions by default.
You can explode a region into the individual loops by using the Explode method. The Boolean method allows you to create composite 3D solids or regions from the intersection, union, or subtraction of a solid or region from another solid or region.
To create a region, use the AddRegion method.