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

Represents the Field Formula class. More...

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

List of all members.

Public Member Functions

void EditFieldFormula (const std::vector< NXOpen::Fields::FieldVariable * > &indepVarArray, const std::vector< NXOpen::Fields::FieldExpression * > &depExpArray)
 Edit the formula field.

Detailed Description

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.


Member Function Documentation

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

Parameters:
indepVarArrayindependent variables to be associated with the field
depExpArraydependent field expressions to be associated with the field

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