NXOpen .NET Reference  12.0.0
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

Public Types

enum  NodeComponent {
  S, X, Y, Z,
  Rx, Ry, Rz
}
 Node component types More...
 
enum  Measure {
  Force, Moment, Displacement, Rotation,
  Velocity, Angularvelocity, Acceleration, Angularacceleration,
  Pressure
}
 Measure types More...
 
- Public Types inherited from NXOpen.CAE.AlternateFemRepresentationSource
enum  CreateMeshMode { AllElements, DataElements, VisualizationElements }
 Create mesh options More...
 

Public Member Functions

unsafe int GetNumberOfFrfs ()
 Get the number of frfs. More...
 
unsafe 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...
 
unsafe 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
unsafe void Rename (string name)
 Set the name of the Alternate Fem Representation Source More...
 
unsafe void ForceUpdate ()
 Force update of the Alternate Fem Representation Source 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
Force 

Force

Moment 

Moment

Displacement 

Displacement

Rotation 

Rotation

Velocity 

Velocity

Angularvelocity 

Angular Velocity

Acceleration 

Acceleration

Angularacceleration 

Angular Acceleration

Pressure 

Pressure

Node component types

Enumerator
S 

s component

X 

x component

Y 

y component

Z 

z component

Rx 

rx component

Ry 

ry component

Rz 

rz component

Member Function Documentation

unsafe 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.

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
Returns
the status of the frf
unsafe int NXOpen.CAE.FrfSet.GetNumberOfFrfs ( )

Get the number of frfs.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Returns
The number of frfs.
unsafe 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.