NX Open C++ Reference Guide
|
This builder allows the user to select a view in which component or solid body objects can be designated as section, non-sectioned, or neither
To create a new instance of this class, use Drawings::DraftingViewCollection::CreateSectionInViewBuilder
Default values.
More...
Public Types | |
enum | EditSxtype { EditSxtypeMakeNonSectioned, EditSxtypeMakeSectioned, EditSxtypeRemoveViewSpecific } |
Edit Section type. More... | |
Public Member Functions | |
NXOpen::Drawings::HiddenObjectsBuilder * | EditObjects () |
Returns the objects Created in NX6.0.0. | |
NXOpen::Drawings::SectionInViewBuilder::EditSxtype | EditType () |
Returns the type Created in NX6.0.0. | |
void | SetEditType (NXOpen::Drawings::SectionInViewBuilder::EditSxtype editType) |
Sets the type Created in NX6.0.0. | |
NXOpen::Drawings::SelectDraftingViewList * | Views () |
Returns the views Created in NX6.0.0. |
This builder allows the user to select a view in which component or solid body objects can be designated as section, non-sectioned, or neither
To create a new instance of this class, use Drawings::DraftingViewCollection::CreateSectionInViewBuilder
Default values.
Property | Value |
---|---|
EditType |
MakeNonSectioned |
Created in NX6.0.0.
Edit Section type.
Returns the objects
Created in NX6.0.0.
License requirements : None
NXOpen::Drawings::SectionInViewBuilder::EditSxtype NXOpen::Drawings::SectionInViewBuilder::EditType | ( | ) |
Returns the type
Created in NX6.0.0.
License requirements : None
void NXOpen::Drawings::SectionInViewBuilder::SetEditType | ( | NXOpen::Drawings::SectionInViewBuilder::EditSxtype | editType | ) |
Sets the type
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
editType | edittype |
Returns the views
Created in NX6.0.0.
License requirements : None