A section plane entity created at the intersection of a plane and a solid.
Supported Platforms: Windows only
AcadSection
Object AcadObject AcadEntity AcadSection
VBA
ModelSpace.AddSection PaperSpace.AddSection Block.AddSection
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
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 .