NX Open C++ Reference Guide
|
This defines the attributes data for dynamic sectioning
More...
Public Member Functions | |
OtherSectionAttrT (bool lockInitial, NXOpen::ModelingView::SectionCap capTypeInitial, int capColorInitial, int totalPlanesActiveInitial, NXOpen::ModelingView::SectionPlane activePlaneInitial) | |
Constructor for the OtherSectionAttrT struct. | |
Public Attributes | |
NXOpen::ModelingView::SectionPlane | ActivePlane |
To select the 'active' plane (of the 2 set) | |
int | CapColor |
capping color index from UG's color table | |
NXOpen::ModelingView::SectionCap | CapType |
Enable or disable capping. | |
bool | Lock |
If true, all enabled planes are moved as a group. | |
int | TotalPlanesActive |
Either 1/2/6 planes can be active at a time. |
NXOpen::ModelingView::OtherSectionAttrT::OtherSectionAttrT | ( | bool | lockInitial, |
NXOpen::ModelingView::SectionCap | capTypeInitial, | ||
int | capColorInitial, | ||
int | totalPlanesActiveInitial, | ||
NXOpen::ModelingView::SectionPlane | activePlaneInitial | ||
) |
Constructor for the OtherSectionAttrT struct.
lockInitial | If true, all enabled planes are moved as a group |
capTypeInitial | Enable or disable capping |
capColorInitial | capping color index from UG's color table |
totalPlanesActiveInitial | Either 1/2/6 planes can be active at a time |
activePlaneInitial | To select the 'active' plane (of the 2 set) |
To select the 'active' plane (of the 2 set)
capping color index from UG's color table
Enable or disable capping.
If true, all enabled planes are moved as a group.
Either 1/2/6 planes can be active at a time.