NX Open C++ Reference Guide
|
This class defines a scalar value that is internally backed up by a (optionally scaled) field or an expression. More...
Public Member Functions | |
NXOpen::Expression * | GetExpression () |
Returns the implementation if the wrapper is backed up by an expression; NULL otherwise. | |
NXOpen::Fields::Field * | GetField () |
Returns the implementation if the wrapper is backed up by a field; NULL otherwise. | |
void | SetExpression (NXOpen::Expression *expression) |
Sets the implementation of the wrapper to the specified expression Created in NX6.0.0. | |
void | SetField (NXOpen::Fields::Field *field, double scaleFactor) |
Sets the implementation of the wrapper to the specified field Created in NX6.0.0. |
This class defines a scalar value that is internally backed up by a (optionally scaled) field or an expression.
Created in NX6.0.0.
Returns the implementation if the wrapper is backed up by an expression; NULL otherwise.
Returns the implementation if the wrapper is backed up by a field; NULL otherwise.
void NXOpen::Fields::ScalarFieldWrapper::SetExpression | ( | NXOpen::Expression * | expression | ) |
Sets the implementation of the wrapper to the specified expression
Created in NX6.0.0.
License requirements : None
expression | an existing expression that will be this wrapper's value |
void NXOpen::Fields::ScalarFieldWrapper::SetField | ( | NXOpen::Fields::Field * | field, |
double | scaleFactor | ||
) |
Sets the implementation of the wrapper to the specified field
Created in NX6.0.0.
License requirements : None
field | an existing field that will be this wrapper's value |
scaleFactor | the field will be multiplied by this scale factor when being evaluated |