Share

AcDbSection Constructor

Overload List

Method Description
AcDbSection::AcDbSection () Default constructor. Constructs a section plane with the type initialized to AcDbSection::kPlane. Since a section plane should have at least two vertices, the section plane constructed by this constructor is invalid until vertices are added. Invalid section planes should not be posted to the database. If they are posted they will remain invisible in the database.
AcDbSection::AcDbSection (AcGePoint3dArray&, AcGeVector3d&) Constructs a section plane using the specified points and vector.
AcDbSection::AcDbSection (AcGePoint3dArray&, AcGeVector3d&, AcGeVector3d&) Constructs a section plane using the specified points, normal, and viewing direction.

Was this information helpful?