NX Open C++ Reference Guide
|
Represents the Field Expression class. More...
Public Member Functions | |
void | EditFieldExpression (const NXString &fieldExpString, NXOpen::Unit *unitType, const std::vector< NXOpen::Fields::FieldVariable * > &indepVarArray, bool updateFlag) |
Edit the expression field. |
Represents the Field Expression class.
A field (see Fields::Field ) which has exactly one
dependent variable (see Fields::FieldVariable ), where the field function defintions is implemented using the NX Expression sub-system Expression .
Created in NX4.0.0.
void NXOpen::Fields::FieldExpression::EditFieldExpression | ( | const NXString & | fieldExpString, |
NXOpen::Unit * | unitType, | ||
const std::vector< NXOpen::Fields::FieldVariable * > & | indepVarArray, | ||
bool | updateFlag | ||
) |
Edit the expression field.
Specifies the new expression string and the array of variables used in the expression string. Field expressions are children of Fields::FieldFormula .
Created in NX4.0.0.
License requirements : None
fieldExpString | expression string to be associated with the field NOTE: The full Unicode character set is not supported for this parameter. |
unitType | unit of the field |
indepVarArray | independent variables to be associated with the field |
updateFlag | update flag |