NX Open C++ Reference Guide
|
Represents a CAE::PreTestExciterConfig builder
To create a new instance of this class, use CAE::PreTestSolutionCollection::CreateExciterConfigBuilder
Default values.
More...
Public Types | |
enum | MethodChoiceType { MethodChoiceTypeAutomaticNmif, MethodChoiceTypeManual } |
Selected method for the exciter selection. More... | |
enum | OffAxisAngleChoiceType { OffAxisAngleChoiceTypeNone, OffAxisAngleChoiceTypeAngle45, OffAxisAngleChoiceTypeAngle30 } |
Selected off axis angle for the exciter selection. More... | |
Public Member Functions | |
double | DampingRatio () |
Returns the damping ratio Created in NX8.0.0. | |
NXOpen::CAE::PreTestExciterConfigBuilder::MethodChoiceType | MethodChoice () |
Returns the exciter selection method Created in NX8.0.0. | |
NXString | Name () |
Returns the name Created in NX8.0.0. | |
double | NmifThreshold () |
Returns the damping ratio Created in NX8.0.0. | |
NXOpen::CAE::PreTestExciterConfigBuilder::OffAxisAngleChoiceType | OffAxisAngleChoice () |
Returns the off axis angle choice Created in NX8.0.0. | |
void | SetDampingRatio (double dampingRatio) |
Sets the damping ratio Created in NX8.0.0. | |
void | SetMethodChoice (NXOpen::CAE::PreTestExciterConfigBuilder::MethodChoiceType algorithmChoice) |
Sets the exciter selection method Created in NX8.0.0. | |
void | SetName (const NXString &title) |
Sets the name Created in NX8.0.0. | |
void | SetNmifThreshold (double nmifThreshold) |
Sets the damping ratio Created in NX8.0.0. | |
void | SetOffAxisAngleChoice (NXOpen::CAE::PreTestExciterConfigBuilder::OffAxisAngleChoiceType offAxisAngleChoice) |
Sets the off axis angle choice Created in NX8.0.0. |
Represents a CAE::PreTestExciterConfig builder
To create a new instance of this class, use CAE::PreTestSolutionCollection::CreateExciterConfigBuilder
Default values.
Property | Value |
---|---|
DampingRatio |
1.0 |
MethodChoice |
AutomaticNmif |
NmifThreshold |
0.3 |
OffAxisAngleChoice |
None |
Created in NX8.0.0.
Returns the damping ratio
Created in NX8.0.0.
License requirements : None
NXOpen::CAE::PreTestExciterConfigBuilder::MethodChoiceType NXOpen::CAE::PreTestExciterConfigBuilder::MethodChoice | ( | ) |
Returns the exciter selection method
Created in NX8.0.0.
License requirements : None
Returns the name
Created in NX8.0.0.
License requirements : None
Returns the damping ratio
Created in NX8.0.0.
License requirements : None
NXOpen::CAE::PreTestExciterConfigBuilder::OffAxisAngleChoiceType NXOpen::CAE::PreTestExciterConfigBuilder::OffAxisAngleChoice | ( | ) |
Returns the off axis angle choice
Created in NX8.0.0.
License requirements : None
void NXOpen::CAE::PreTestExciterConfigBuilder::SetDampingRatio | ( | double | dampingRatio | ) |
Sets the damping ratio
Created in NX8.0.0.
License requirements : nx_correl_base ("FE Correlation")
dampingRatio | dampingratio |
void NXOpen::CAE::PreTestExciterConfigBuilder::SetMethodChoice | ( | NXOpen::CAE::PreTestExciterConfigBuilder::MethodChoiceType | algorithmChoice | ) |
Sets the exciter selection method
Created in NX8.0.0.
License requirements : nx_correl_base ("FE Correlation")
algorithmChoice | algorithmchoice |
void NXOpen::CAE::PreTestExciterConfigBuilder::SetName | ( | const NXString & | title | ) |
Sets the name
Created in NX8.0.0.
License requirements : nx_correl_base ("FE Correlation")
title | title |
void NXOpen::CAE::PreTestExciterConfigBuilder::SetNmifThreshold | ( | double | nmifThreshold | ) |
Sets the damping ratio
Created in NX8.0.0.
License requirements : nx_correl_base ("FE Correlation")
nmifThreshold | nmifthreshold |
void NXOpen::CAE::PreTestExciterConfigBuilder::SetOffAxisAngleChoice | ( | NXOpen::CAE::PreTestExciterConfigBuilder::OffAxisAngleChoiceType | offAxisAngleChoice | ) |
Sets the off axis angle choice
Created in NX8.0.0.
License requirements : nx_correl_base ("FE Correlation")
offAxisAngleChoice | offaxisanglechoice |