NX Open C++ Reference Guide
Public Types
NXOpen::CAE::Function Class Reference

Represents a function object. More...

Inheritance diagram for NXOpen::CAE::Function:
NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

List of all members.

Public Types

enum  InterpolationMethod { InterpolationMethodCubic, InterpolationMethodAkima, InterpolationMethodLinear }
 Defines interpolation method for table function to calculate data as input for solver. More...
enum  Type { TypeMath, TypeTable }
 Defines function type. More...

Detailed Description

Represents a function object.


Member Enumeration Documentation

Defines interpolation method for table function to calculate data as input for solver.

Enumerator:
InterpolationMethodCubic 

Indicates data calculated by cubic interpolation.

InterpolationMethodAkima 

Indicates data calculated by akima interpolation.

InterpolationMethodLinear 

Indicates data calculated by linear interpolation.

Defines function type.

Enumerator:
TypeMath 

Function created by formular strings.

TypeTable 

Function created by referencing an AFU record.


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