NX Open C++ Reference Guide
|
An object that binds an expression with an entity collector in the context of a list. More...
Public Member Functions | |
NXOpen::ScCollector * | Collector () |
Returns the collector. | |
bool | FlipFlag () |
Returns the flip flag. | |
int | Index () |
Returns the index in the list. | |
NXOpen::Section * | Section () |
Returns the section. | |
void | SetCollector (NXOpen::ScCollector *collector) |
Sets the collector. | |
void | SetFlipFlag (bool flip) |
Sets the flip flag. | |
void | SetIndex (int index) |
Sets the index in the list. | |
void | SetSection (NXOpen::Section *section) |
Sets the section. | |
void | SetUnitsType (const NXString &unitsType) |
Sets the units type. | |
NXString | UnitsType () |
Returns the units type. | |
NXOpen::Expression * | Value () |
Returns the expression. |
An object that binds an expression with an entity collector in the context of a list.
To create a new instance of this class, use Part::CreateEmptyExpressionSet
Created in NX4.0.0.
Returns the collector.
Created in NX4.0.0.
License requirements : None
bool NXOpen::ExpressionSet::FlipFlag | ( | ) |
Returns the flip flag.
Created in NX4.0.0.
License requirements : None
int NXOpen::ExpressionSet::Index | ( | ) |
Returns the index in the list.
Created in NX4.0.0.
License requirements : None
Returns the section.
Created in NX4.0.0.
License requirements : None
void NXOpen::ExpressionSet::SetCollector | ( | NXOpen::ScCollector * | collector | ) |
Sets the collector.
Created in NX4.0.0.
License requirements : None
collector | collector |
void NXOpen::ExpressionSet::SetFlipFlag | ( | bool | flip | ) |
Sets the flip flag.
Created in NX4.0.0.
License requirements : None
flip | flip |
void NXOpen::ExpressionSet::SetIndex | ( | int | index | ) |
Sets the index in the list.
Created in NX4.0.0.
License requirements : None
index | index |
void NXOpen::ExpressionSet::SetSection | ( | NXOpen::Section * | section | ) |
Sets the section.
Created in NX4.0.0.
License requirements : None
section | section |
void NXOpen::ExpressionSet::SetUnitsType | ( | const NXString & | unitsType | ) |
Sets the units type.
Created in NX4.0.0.
License requirements : None
unitsType | input value |
Returns the units type.
Created in NX4.0.0.
License requirements : None
Returns the expression.
Created in NX4.0.0.
License requirements : None