NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::FrfSet Class Reference

This is the class representing a FRF set. More...

Inheritance diagram for NXOpen::CAE::FrfSet:
NXOpen::CAE::AlternateFemRepresentationSource NXOpen::CAE::IPostScenarioDataSource NXOpen::TaggedObject

Public Types

enum  Measure {
  MeasureForce, MeasureMoment, MeasureDisplacement, MeasureRotation,
  MeasureVelocity, MeasureAngularvelocity, MeasureAcceleration, MeasureAngularacceleration,
  MeasurePressure
}
 Measure types. More...
 
enum  NodeComponent {
  NodeComponentS, NodeComponentX, NodeComponentY, NodeComponentZ,
  NodeComponentRx, NodeComponentRy, NodeComponentRz
}
 Node component types. More...
 
- Public Types inherited from NXOpen::CAE::AlternateFemRepresentationSource
enum  CreateMeshMode { CreateMeshModeAllElements, CreateMeshModeDataElements, CreateMeshModeVisualizationElements }
 Create mesh options. More...
 

Public Member Functions

bool GetFrfStatus (int inputNode, NXOpen::CAE::FrfSet::NodeComponent inputComponent, int outputNode, NXOpen::CAE::FrfSet::NodeComponent outputComponent, NXOpen::CAE::FrfSet::Measure excitation, NXOpen::CAE::FrfSet::Measure response)
 Get the status of a frf. More...
 
int GetNumberOfFrfs ()
 Get the number of frfs. More...
 
void SetFrfStatus (int inputNode, NXOpen::CAE::FrfSet::NodeComponent inputComponent, int outputNode, NXOpen::CAE::FrfSet::NodeComponent outputComponent, NXOpen::CAE::FrfSet::Measure excitation, NXOpen::CAE::FrfSet::Measure response, bool status)
 Modify the status of a frf. More...
 
- Public Member Functions inherited from NXOpen::CAE::AlternateFemRepresentationSource
void ForceUpdate ()
 Force update of the Alternate Fem Representation Source
Created in NX12.0.0. More...
 
void Rename (const NXString &name)
 Set the name of the Alternate Fem Representation Source
Created in NX12.0.0. More...
 
void Rename (const char *name)
 Set the name of the Alternate Fem Representation Source
Created in NX12.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This is the class representing a FRF set.


Not support KF.

Created in NX12.0.0.

Member Enumeration Documentation

Measure types.

Enumerator
MeasureForce 

Force.

MeasureMoment 

Moment.

MeasureDisplacement 

Displacement.

MeasureRotation 

Rotation.

MeasureVelocity 

Velocity.

MeasureAngularvelocity 

Angular Velocity.

MeasureAcceleration 

Acceleration.

MeasureAngularacceleration 

Angular Acceleration.

MeasurePressure 

Pressure.

Node component types.

Enumerator
NodeComponentS 

s component

NodeComponentX 

x component

NodeComponentY 

y component

NodeComponentZ 

z component

NodeComponentRx 

rx component

NodeComponentRy 

ry component

NodeComponentRz 

rz component

Member Function Documentation

bool NXOpen::CAE::FrfSet::GetFrfStatus ( int  inputNode,
NXOpen::CAE::FrfSet::NodeComponent  inputComponent,
int  outputNode,
NXOpen::CAE::FrfSet::NodeComponent  outputComponent,
NXOpen::CAE::FrfSet::Measure  excitation,
NXOpen::CAE::FrfSet::Measure  response 
)

Get the status of a frf.

Returns
the status of the frf
Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters
inputNodethe input node
inputComponentthe input node component
outputNodethe output node
outputComponentthe output node component
excitationthe excitation
responsethe response
int NXOpen::CAE::FrfSet::GetNumberOfFrfs ( )

Get the number of frfs.

Returns
The number of frfs.
Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
void NXOpen::CAE::FrfSet::SetFrfStatus ( int  inputNode,
NXOpen::CAE::FrfSet::NodeComponent  inputComponent,
int  outputNode,
NXOpen::CAE::FrfSet::NodeComponent  outputComponent,
NXOpen::CAE::FrfSet::Measure  excitation,
NXOpen::CAE::FrfSet::Measure  response,
bool  status 
)

Modify the status of a frf.


Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
inputNodethe input node
inputComponentthe input node component
outputNodethe output node
outputComponentthe output node component
excitationthe excitation
responsethe response
statusthe status of the frf

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