NX Open C++ Reference Guide
Public Member Functions
NXOpen::Fields::FieldExpression Class Reference

Represents the Field Expression class. More...

Inheritance diagram for NXOpen::Fields::FieldExpression:
NXOpen::Fields::Field NXOpen::DisplayableObject NXOpen::NXObject NXOpen::IFitTo NXOpen::TaggedObject NXOpen::INXObject NXOpen::INXObject

List of all members.

Public Member Functions

void EditFieldExpression (const NXString &fieldExpString, NXOpen::Unit *unitType, const std::vector< NXOpen::Fields::FieldVariable * > &indepVarArray, bool updateFlag)
 Edit the expression field.

Detailed Description

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.


Member Function Documentation

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

Parameters:
fieldExpStringexpression string to be associated with the field
NOTE: The full Unicode character set is not supported for this parameter.
unitTypeunit of the field
indepVarArrayindependent variables to be associated with the field
updateFlagupdate flag

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.