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

This class defines a vector value that is internally backed up by a (optionally scaled) field or three expressions. More...

Inheritance diagram for NXOpen::Fields::VectorFieldWrapper:
NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

List of all members.

Public Member Functions

NXOpen::ExpressionGetExpressionByIndex (int index)
 Returns the indicated implementation if the wrapper is backed up by expressions; NULL otherwise.
NXOpen::Fields::FieldGetField ()
 Returns the implementation if the wrapper is backed up by a field; NULL otherwise.
void SetExpressions (const std::vector< NXOpen::Expression * > &expressions)
 Sets the implementation of the wrapper to the specified expressions
Created in NX6.0.0.
void SetField (NXOpen::Fields::Field *field, const std::vector< double > &scaleFactors)
 Sets the implementation of the wrapper to the specified field
Created in NX6.0.0.

Detailed Description

This class defines a vector value that is internally backed up by a (optionally scaled) field or three expressions.


Created in NX6.0.0.


Member Function Documentation

Returns the indicated implementation if the wrapper is backed up by expressions; NULL otherwise.

Returns:
existing expression or NULL
Created in NX6.0.0.

License requirements : None
Parameters:
index0, 1 or 2

Returns the implementation if the wrapper is backed up by a field; NULL otherwise.

Returns:
existing field or NULL
Created in NX6.0.0.

License requirements : None
void NXOpen::Fields::VectorFieldWrapper::SetExpressions ( const std::vector< NXOpen::Expression * > &  expressions)

Sets the implementation of the wrapper to the specified expressions
Created in NX6.0.0.



License requirements : None

Parameters:
expressionsexisting expressions that will be this wrapper's value
void NXOpen::Fields::VectorFieldWrapper::SetField ( NXOpen::Fields::Field field,
const std::vector< double > &  scaleFactors 
)

Sets the implementation of the wrapper to the specified field
Created in NX6.0.0.



License requirements : None

Parameters:
fieldan existing field that will be this wrapper's value
scaleFactorsthe field will be multiplied by this scale factor when being evaluated

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