NX Open C++ Reference Guide
|
An object that binds an expression with an entity section in the context of a list. More...
Public Member Functions | |
bool | ItemFlipFlag () |
Returns the flip flag. | |
int | ItemIndex () |
Returns the index in the list. | |
NXOpen::Expression * | ItemValue () |
Returns the expression. | |
NXOpen::Section * | Section () |
Returns the section. | |
void | SetItemFlipFlag (bool flip) |
Sets the flip flag. | |
void | SetItemIndex (int index) |
Sets the index in the list. | |
void | SetSection (NXOpen::Section *sectionTg) |
Sets the section. |
An object that binds an expression with an entity section in the context of a list.
To create a new instance of this class, use Part::CreateEmptyExpressionSectionSet
Created in NX5.0.0.
Returns the flip flag.
Created in NX5.0.0.
License requirements : None
Returns the index in the list.
Created in NX5.0.0.
License requirements : None
Returns the expression.
Created in NX5.0.0.
License requirements : None
Returns the section.
Created in NX5.0.0.
License requirements : None
void NXOpen::ExpressionSectionSet::SetItemFlipFlag | ( | bool | flip | ) |
Sets the flip flag.
Created in NX5.0.0.
License requirements : None
flip | flip |
void NXOpen::ExpressionSectionSet::SetItemIndex | ( | int | index | ) |
Sets the index in the list.
Created in NX5.0.0.
License requirements : None
index | index |
void NXOpen::ExpressionSectionSet::SetSection | ( | NXOpen::Section * | sectionTg | ) |
Sets the section.
Created in NX5.0.0.
License requirements : None
sectionTg | section tg |