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

This class defines a scalar value that is internally backed up by a (optionally scaled) field or an expression. More...

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

List of all members.

Public Member Functions

NXOpen::ExpressionGetExpression ()
 Returns the implementation if the wrapper is backed up by an expression; NULL otherwise.
NXOpen::Fields::FieldGetField ()
 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.

Detailed Description

This class defines a scalar value that is internally backed up by a (optionally scaled) field or an expression.


Created in NX6.0.0.


Member Function Documentation

Returns the implementation if the wrapper is backed up by an expression; NULL otherwise.

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

License requirements : None

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

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

License requirements : None

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



License requirements : None

Parameters:
expressionan 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

Parameters:
fieldan existing field that will be this wrapper's value
scaleFactorthe 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.