Section Object (ActiveX)

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
Access Via

VBA

ModelSpace.Item
PaperSpace.Item
Block.Item
SelectionSet.Item
Group.Item

Members

These members are part of this object:

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 .