API Reference > Structs, Records, Enums > SectionType Enumeration
SectionType Enumeration
Syntax
C++
enum SectionType { kFull_ST = 0, kHalfFirst_ST, kSecondHalf_ST, kOffset_ST, kAligned_ST, kByObject_ST, kCircular_ST, kRectangular_ST, kPolygon_ST };

ModelerGeometryDefs.h

Members 
Description 
kFull_ST = 0 
Uses the complete view for sectioning. 
kHalfFirst_ST 
Specifies which half of the view is used for sectioning. The section preview is attached to the cursor, along with the first segment. 
kSecondHalf_ST 
Specifies which half of the view is used for sectioning. The section preview is attached to the cursor, along with the second segment. 
kOffset_ST 
Specifies that the offset specified by the section is used for cutting the model. 
kAligned_ST 
Specifies that the section view is always aligned perpendicular to the first or last section line. Not implemented yet 
kByObject_ST 
Specifies existing geometry within a view to be used as a section line. Not implemented yet 
kCircular_ST 
Specifies existing geometry within a view to be used as a section line. Not implemented yet 
kRectangular_ST 
Specifies existing geometry within a view to be used as a section line. 
kPolygon_ST 
Specifies existing geometry within a view to be used as a section line. 

Represents the type of a section view. The options you can view depend on the type you choose.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.