NX Open C++ Reference Guide
|
Represents the Field Formula class. More...
Public Member Functions | |
void | EditFieldFormula (const std::vector< NXOpen::Fields::FieldVariable * > &indepVarArray, const std::vector< NXOpen::Fields::FieldExpression * > &depExpArray) |
Edit the formula field. |
Represents the Field Formula class.
A field (see Fields::Field ) which has n
number of dependent variables, where each dependent variable (see Fields::FieldVariable ) is implemented using the NX Expression sub-system. In practical terms, a field formula is implemented using n number of field expressions Fields::FieldExpression .
Created in NX6.0.0.
void NXOpen::Fields::FieldFormula::EditFieldFormula | ( | const std::vector< NXOpen::Fields::FieldVariable * > & | indepVarArray, |
const std::vector< NXOpen::Fields::FieldExpression * > & | depExpArray | ||
) |
Edit the formula field.
Specifies the new expression Fields::FieldExpression array and the array of Fields::FieldVariable s used.
Created in NX6.0.0.
License requirements : None
indepVarArray | independent variables to be associated with the field |
depExpArray | dependent field expressions to be associated with the field |