NX Open C++ Reference Guide
|
Represents the correlation MAC matrix viewer builder
To create a new instance of this class, use CAE::CorrelSolutionCollection::CreateMacViewerBuilder
More...
Public Member Functions | |
std::vector< double > | GetMacValues () |
Access the mac values. | |
std::vector< double > | GetReferenceModes (int *all, std::vector< int > &refModeNumbers) |
Access the reference modes. | |
std::vector< double > | GetWorkingModes (std::vector< int > &modeNumbers) |
Access the working modes. | |
void | SetMacValues (const std::vector< double > &mac) |
Set the mac values | |
void | SetReferenceModes (int all, const std::vector< int > &refModeNumbers, const std::vector< double > &refModeFrequencies) |
Set the reference modes | |
void | SetWorkingModes (const std::vector< int > &modeNumbers, const std::vector< double > &modeFrequencies) |
Set the working modes |
Represents the correlation MAC matrix viewer builder
To create a new instance of this class, use CAE::CorrelSolutionCollection::CreateMacViewerBuilder
Created in NX6.0.0.
std::vector<double> NXOpen::CAE::MacViewerBuilder::GetMacValues | ( | ) |
Access the mac values.
Created in NX6.0.0.
License requirements : nx_correl_base ("FE Correlation")
std::vector<double> NXOpen::CAE::MacViewerBuilder::GetReferenceModes | ( | int * | all, |
std::vector< int > & | refModeNumbers | ||
) |
Access the reference modes.
Created in NX6.0.0.
License requirements : nx_correl_base ("FE Correlation")
all | process all modes (ignored) |
refModeNumbers | SM allocated array containing the mode numbers |
std::vector<double> NXOpen::CAE::MacViewerBuilder::GetWorkingModes | ( | std::vector< int > & | modeNumbers | ) |
Access the working modes.
Created in NX6.0.0.
License requirements : nx_correl_base ("FE Correlation")
modeNumbers | SM allocated array containing the mode numbers |
void NXOpen::CAE::MacViewerBuilder::SetMacValues | ( | const std::vector< double > & | mac | ) |
Set the mac values
Created in NX6.0.0.
License requirements : nx_correl_base ("FE Correlation")
mac | The mac values |
void NXOpen::CAE::MacViewerBuilder::SetReferenceModes | ( | int | all, |
const std::vector< int > & | refModeNumbers, | ||
const std::vector< double > & | refModeFrequencies | ||
) |
Set the reference modes
Created in NX6.0.0.
License requirements : nx_correl_base ("FE Correlation")
all | process all modes (ignored) |
refModeNumbers | The mode numbers |
refModeFrequencies | The mode frequencies |
void NXOpen::CAE::MacViewerBuilder::SetWorkingModes | ( | const std::vector< int > & | modeNumbers, |
const std::vector< double > & | modeFrequencies | ||
) |
Set the working modes
Created in NX6.0.0.
License requirements : nx_correl_base ("FE Correlation")
modeNumbers | The mode numbers |
modeFrequencies | The mode frequencies |