|
NX Open C++ Reference Guide
|
Represents a CAE::ModelUpdateSolutionBuilder
To create a new instance of this class, use CAE::ModelUpdateSolutionCollection::CreateSolutionBuilder
Created in NX7.5.0.
More...
Additional Inherited Members | |
Public Types inherited from NXOpen::CAE::CorrelSolutionBuilder | |
| enum | EnumDampingFrftype { EnumDampingFrftypeFromWorkModel, EnumDampingFrftypeSpecifyDamping } |
| The damping type enum. More... | |
Public Member Functions inherited from NXOpen::CAE::CorrelSolutionBuilder | |
| NXOpen::CAE::CorrelSolutionBuilder::EnumDampingFrftype | FrfDampingSource () |
| Returns the option controlling which damping to consider when synthesizing FRF data from analysis results Created in NX6.0.0. | |
| double | HighFrequencyCutoff () |
| Returns the high-frequency cutoff for work modes Created in NX6.0.1. | |
| bool | HighFrequencyFilteringMode () |
| Returns the high-frequency filtering option for work modes Created in NX6.0.1. | |
| double | LowFrequencyCutoff () |
| Returns the low-frequency cutoff for work modes Created in NX6.0.2. | |
| bool | LowFrequencyFilteringMode () |
| Returns the low-frequency filtering option for work modes Created in NX6.0.2. | |
| int | NodeMapSizeLimit () |
| Returns the node map size limit Created in NX7.5.2. | |
| bool | NodeMapSizeLimitActive () |
| Returns the high-frequency filtering option for work modes Created in NX7.5.2. | |
| double | NodeMatchingDistance () |
| Returns the node-matching distance Created in NX6.0.0. | |
| NXOpen::CAE::SimSolution * | ReferenceSolution () |
| Returns the reference (test) solution of correlation Created in NX6.0.0. | |
| void | SetFrfDampingSource (NXOpen::CAE::CorrelSolutionBuilder::EnumDampingFrftype frfDampingSource) |
| Sets the option controlling which damping to consider when synthesizing FRF data from analysis results Created in NX6.0.0. | |
| void | SetHighFrequencyCutoff (double cutoffFrequency) |
| Sets the high-frequency cutoff for work modes Created in NX6.0.1. | |
| void | SetHighFrequencyFilteringMode (bool highFrequencyFilteringMode) |
| Sets the high-frequency filtering option for work modes Created in NX6.0.1. | |
| void | SetLowFrequencyCutoff (double cutoffFrequency) |
| Sets the low-frequency cutoff for work modes Created in NX6.0.2. | |
| void | SetLowFrequencyFilteringMode (bool lowFrequencyFilteringMode) |
| Sets the low-frequency filtering option for work modes Created in NX6.0.2. | |
| void | SetNodeMapSizeLimit (int limit) |
| Sets the node map size limit Created in NX7.5.2. | |
| void | SetNodeMapSizeLimitActive (bool active) |
| Sets the high-frequency filtering option for work modes Created in NX7.5.2. | |
| void | SetNodeMatchingDistance (double distance) |
| Sets the node-matching distance Created in NX6.0.0. | |
| void | SetReferenceSolution (NXOpen::CAE::SimSolution *referenceSolution) |
| Sets the reference (test) solution of correlation Created in NX6.0.0. | |
| void | SetTitle (const NXString &title) |
| Sets the correlation metasolution name Created in NX6.0.0. | |
| void | SetTitle (const char *title) |
| Sets the correlation metasolution name Created in NX6.0.0. | |
| void | SetWorkSolution (NXOpen::CAE::SimSolution *workSolution) |
| Sets the work (analysis) solution of correlation Created in NX6.0.0. | |
| NXString | Title () |
| Returns the correlation metasolution name Created in NX6.0.0. | |
| NXOpen::CAE::SimSolution * | WorkSolution () |
| Returns the work (analysis) solution of correlation Created in NX6.0.0. | |
Represents a CAE::ModelUpdateSolutionBuilder
To create a new instance of this class, use CAE::ModelUpdateSolutionCollection::CreateSolutionBuilder
Created in NX7.5.0.