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 | |
NXOpen::ScCollector * | Collector () |
Returns the selection. | |
bool | ItemFlipFlag () |
Returns the flip flag. | |
int | ItemIndex () |
Returns the index in the list. | |
NXOpen::Expression * | ItemValue () |
Returns the expression. | |
void | SetCollector (NXOpen::ScCollector *collectorTg) |
Sets the selection. | |
void | SetItemFlipFlag (bool flip) |
Sets the flip flag. | |
void | SetItemIndex (int index) |
Sets the index in the list. |
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::CreateEmptyExpressionCollectorSet
Created in NX5.0.0.
Returns the selection.
Created in NX5.0.0.
License requirements : None
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
void NXOpen::ExpressionCollectorSet::SetCollector | ( | NXOpen::ScCollector * | collectorTg | ) |
Sets the selection.
Created in NX5.0.0.
License requirements : None
collectorTg | collector tg |
void NXOpen::ExpressionCollectorSet::SetItemFlipFlag | ( | bool | flip | ) |
Sets the flip flag.
Created in NX5.0.0.
License requirements : None
flip | flip |
void NXOpen::ExpressionCollectorSet::SetItemIndex | ( | int | index | ) |
Sets the index in the list.
Created in NX5.0.0.
License requirements : None
index | index |