|
NX Open C++ Reference Guide
|
Represents a @link CAE::PreTestExciterConfig CAE::PreTestExciterConfig@endlink builder <br> To create a new instance of this class, use @link CAE::PreTestSolutionCollection::CreateExciterConfigBuilder CAE::PreTestSolutionCollection::CreateExciterConfigBuilder @endlink <br>
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 | SetName (const char *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. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a @link CAE::PreTestExciterConfig CAE::PreTestExciterConfig@endlink builder <br> To create a new instance of this class, use @link CAE::PreTestSolutionCollection::CreateExciterConfigBuilder CAE::PreTestSolutionCollection::CreateExciterConfigBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
DampingRatio |
1.0 |
|
MethodChoice |
AutomaticNmif |
|
NmifThreshold |
0.3 |
|
OffAxisAngleChoice |
None |
Created in NX8.0.0.
| double NXOpen::CAE::PreTestExciterConfigBuilder::DampingRatio | ( | ) |
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
| NXString NXOpen::CAE::PreTestExciterConfigBuilder::Name | ( | ) |
Returns the name
Created in NX8.0.0.
License requirements : None
| double NXOpen::CAE::PreTestExciterConfigBuilder::NmifThreshold | ( | ) |
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::SetName | ( | const char * | 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 |