NX Open C++ Reference Guide
Public Member Functions
NXOpen::CAE::MacViewerBuilder Class Reference

Represents the correlation MAC matrix viewer builder
To create a new instance of this class, use CAE::CorrelSolutionCollection::CreateMacViewerBuilder

More...

Inheritance diagram for NXOpen::CAE::MacViewerBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

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


Detailed Description

Represents the correlation MAC matrix viewer builder
To create a new instance of this class, use CAE::CorrelSolutionCollection::CreateMacViewerBuilder

Deprecated:
Deprecated in NX7.5.0.



Created in NX6.0.0.


Member Function Documentation

Access the mac values.

Returns:
SM allocated array containing the mac values
Deprecated:
Deprecated in NX7.5.0.


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.

Returns:
SM allocated array containing the mode frequencies
Deprecated:
Deprecated in NX7.5.0.


Created in NX6.0.0.

License requirements : nx_correl_base ("FE Correlation")

Parameters:
allprocess all modes (ignored)
refModeNumbersSM allocated array containing the mode numbers
std::vector<double> NXOpen::CAE::MacViewerBuilder::GetWorkingModes ( std::vector< int > &  modeNumbers)

Access the working modes.

Returns:
SM allocated array containing the mode frequencies
Deprecated:
Deprecated in NX7.5.0.


Created in NX6.0.0.

License requirements : nx_correl_base ("FE Correlation")

Parameters:
modeNumbersSM allocated array containing the mode numbers
void NXOpen::CAE::MacViewerBuilder::SetMacValues ( const std::vector< double > &  mac)

Set the mac values

Deprecated:
Deprecated in NX7.5.0.



Created in NX6.0.0.

License requirements : nx_correl_base ("FE Correlation")

Parameters:
macThe mac values
void NXOpen::CAE::MacViewerBuilder::SetReferenceModes ( int  all,
const std::vector< int > &  refModeNumbers,
const std::vector< double > &  refModeFrequencies 
)

Set the reference modes

Deprecated:
Deprecated in NX7.5.0.



Created in NX6.0.0.

License requirements : nx_correl_base ("FE Correlation")

Parameters:
allprocess all modes (ignored)
refModeNumbersThe mode numbers
refModeFrequenciesThe mode frequencies
void NXOpen::CAE::MacViewerBuilder::SetWorkingModes ( const std::vector< int > &  modeNumbers,
const std::vector< double > &  modeFrequencies 
)

Set the working modes

Deprecated:
Deprecated in NX7.5.0.



Created in NX6.0.0.

License requirements : nx_correl_base ("FE Correlation")

Parameters:
modeNumbersThe mode numbers
modeFrequenciesThe mode frequencies

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.