A section plane entity created at the intersection of a plane and a solid.
Supported Platforms: Windows only
Class Information
- Class Name
-
AcadSection
- Object Inheritance
-
Object AcadObject AcadEntity AcadSection
- Create Using
-
VBA
ModelSpace.AddSection PaperSpace.AddSection Block.AddSection
Note: This object can be modified, but not created in AutoCAD LT for Windows. - Access Via
-
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
Members
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
Remarks
The Section object represents a cross section through a 3D solid. The result can be a two-dimensional object that represents the shape of the section. To create a Section object, use AddSection .