NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::ResponseSimulation::RSEventAttributes Class Reference

Represents all possible attributes setting for response analysis event
Created in NX5.0.0. More...

Inheritance diagram for NXOpen::CAE::ResponseSimulation::RSEventAttributes:
NXOpen::TaggedObject

Public Member Functions

NXOpen::CAE::ResponseSimulation::RSEvent::AnalysisType AnalysisType ()
 Returns the analysis type. More...
 
NXOpen::CAE::ResponseSimulation::DDAMExcitation::CoefficientDefinitionType CoefficientDefinitionMethod ()
 Returns the DDAM coefficient definition method
Created in NX5.0.0. More...
 
NXString CoefficientFile ()
 Returns the DDAM coefficients definition file. More...
 
double Duration ()
 Returns the time duration in second for transient event
Created in NX5.0.0. More...
 
NXOpen::CAE::ResponseSimulation::RSEvent::DurationOption DurationOption ()
 Returns the time duration optionin option for transient event
Created in NX8.5.0. More...
 
bool FastRmsMethod ()
 Returns the Use Fast RMS Method. More...
 
NXOpen::CAE::ResponseSimulation::RSEvent::DdamFormulationType Formulation ()
 Returns the DDAM formulation type
Created in NX7.5.2. More...
 
NXOpen::CAE::ResponseSimulation::InterpolationMethod InterpolationMethod ()
 Returns the interpolation method. More...
 
double MinimumGValue ()
 Returns the Minimum G value
Created in NX7.5.2. More...
 
NXOpen::CAE::ResponseSimulation::DDAMExcitation::MountingType MountingType ()
 Returns the ship type
Created in NX5.0.0. More...
 
NXOpen::CAE::ResponseSimulation::DDAMExcitation::ResponseType ResponseType ()
 Returns the DDAM response type
Created in NX8.0.0. More...
 
void SetAnalysisType (NXOpen::CAE::ResponseSimulation::RSEvent::AnalysisType analysisType)
 Sets the analysis type. More...
 
void SetCoefficientDefinitionMethod (NXOpen::CAE::ResponseSimulation::DDAMExcitation::CoefficientDefinitionType definitionMethod)
 Sets the DDAM coefficient definition method
Created in NX5.0.0. More...
 
void SetCoefficientFile (const NXString &coefficientFile)
 Sets the DDAM coefficients definition file. More...
 
void SetCoefficientFile (const char *coefficientFile)
 Sets the DDAM coefficients definition file. More...
 
void SetDuration (double duration)
 Sets the time duration in second for transient event
Created in NX5.0.0. More...
 
void SetDurationOption (NXOpen::CAE::ResponseSimulation::RSEvent::DurationOption durationOption)
 Sets the time duration optionin option for transient event
Created in NX8.5.0. More...
 
void SetFastRmsMethod (bool fastRmsMethod)
 Sets the Use Fast RMS Method. More...
 
void SetFormulation (NXOpen::CAE::ResponseSimulation::RSEvent::DdamFormulationType formulation)
 Sets the DDAM formulation type
Created in NX7.5.2. More...
 
void SetInterpolationMethod (NXOpen::CAE::ResponseSimulation::InterpolationMethod interpolationMethod)
 Sets the interpolation method. More...
 
void SetMinimumGValue (double minimumG)
 Sets the Minimum G value
Created in NX7.5.2. More...
 
void SetMountingType (NXOpen::CAE::ResponseSimulation::DDAMExcitation::MountingType mountingType)
 Sets the ship type
Created in NX5.0.0. More...
 
void SetResponseType (NXOpen::CAE::ResponseSimulation::DDAMExcitation::ResponseType responseType)
 Sets the DDAM response type
Created in NX8.0.0. More...
 
void SetShipType (NXOpen::CAE::ResponseSimulation::DDAMExcitation::ShipType shipType)
 Sets the ship type
Created in NX5.0.0. More...
 
void SetSpacing (NXOpen::CAE::ResponseSimulation::RSEvent::SpacingType spacing)
 Sets the spacing type
Created in NX5.0.0. More...
 
void SetSpectralLines (int spectralLine)
 Sets the spectral lines setting. More...
 
NXOpen::CAE::ResponseSimulation::DDAMExcitation::ShipType ShipType ()
 Returns the ship type
Created in NX5.0.0. More...
 
NXOpen::CAE::ResponseSimulation::RSEvent::SpacingType Spacing ()
 Returns the spacing type
Created in NX5.0.0. More...
 
int SpectralLines ()
 Returns the spectral lines setting. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents all possible attributes setting for response analysis event
Created in NX5.0.0.


Member Function Documentation

NXOpen::CAE::ResponseSimulation::RSEvent::AnalysisType NXOpen::CAE::ResponseSimulation::RSEventAttributes::AnalysisType ( )

Returns the analysis type.

Only available for transient event and frequency event
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

NXOpen::CAE::ResponseSimulation::DDAMExcitation::CoefficientDefinitionType NXOpen::CAE::ResponseSimulation::RSEventAttributes::CoefficientDefinitionMethod ( )

Returns the DDAM coefficient definition method
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

NXString NXOpen::CAE::ResponseSimulation::RSEventAttributes::CoefficientFile ( )

Returns the DDAM coefficients definition file.

Only available when event type is CAE::ResponseSimulation::DDAMExcitation::CoefficientDefinitionTypeByFile .
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

double NXOpen::CAE::ResponseSimulation::RSEventAttributes::Duration ( )

Returns the time duration in second for transient event
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

NXOpen::CAE::ResponseSimulation::RSEvent::DurationOption NXOpen::CAE::ResponseSimulation::RSEventAttributes::DurationOption ( )

Returns the time duration optionin option for transient event
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAE::ResponseSimulation::RSEventAttributes::FastRmsMethod ( )

Returns the Use Fast RMS Method.

Only available when event type is CAE::ResponseSimulation::RSEvent::TypeRandom >,


Created in NX11.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

NXOpen::CAE::ResponseSimulation::RSEvent::DdamFormulationType NXOpen::CAE::ResponseSimulation::RSEventAttributes::Formulation ( )

Returns the DDAM formulation type
Created in NX7.5.2.



License requirements : None

NXOpen::CAE::ResponseSimulation::InterpolationMethod NXOpen::CAE::ResponseSimulation::RSEventAttributes::InterpolationMethod ( )

Returns the interpolation method.

only available when event type is CAE::ResponseSimulation::RSEvent::TypeFrequency , CAE::ResponseSimulation::RSEvent::TypeRandom , CAE::ResponseSimulation::RSEvent::TypeResponseSpectrum ,


Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

double NXOpen::CAE::ResponseSimulation::RSEventAttributes::MinimumGValue ( )

Returns the Minimum G value
Created in NX7.5.2.



License requirements : None

NXOpen::CAE::ResponseSimulation::DDAMExcitation::MountingType NXOpen::CAE::ResponseSimulation::RSEventAttributes::MountingType ( )

Returns the ship type
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

NXOpen::CAE::ResponseSimulation::DDAMExcitation::ResponseType NXOpen::CAE::ResponseSimulation::RSEventAttributes::ResponseType ( )

Returns the DDAM response type
Created in NX8.0.0.



License requirements : None

void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetAnalysisType ( NXOpen::CAE::ResponseSimulation::RSEvent::AnalysisType  analysisType)

Sets the analysis type.

Only available for transient event and frequency event
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
analysisTypeanalysis type
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetCoefficientDefinitionMethod ( NXOpen::CAE::ResponseSimulation::DDAMExcitation::CoefficientDefinitionType  definitionMethod)

Sets the DDAM coefficient definition method
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
definitionMethoddefinition method
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetCoefficientFile ( const NXString coefficientFile)

Sets the DDAM coefficients definition file.

Only available when event type is CAE::ResponseSimulation::DDAMExcitation::CoefficientDefinitionTypeByFile .
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
coefficientFilecoefficient file
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetCoefficientFile ( const char *  coefficientFile)

Sets the DDAM coefficients definition file.

Only available when event type is CAE::ResponseSimulation::DDAMExcitation::CoefficientDefinitionTypeByFile .
Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
coefficientFilecoefficient file
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetDuration ( double  duration)

Sets the time duration in second for transient event
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
durationduration
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetDurationOption ( NXOpen::CAE::ResponseSimulation::RSEvent::DurationOption  durationOption)

Sets the time duration optionin option for transient event
Created in NX8.5.0.



License requirements : None

Parameters
durationOptionduration option
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetFastRmsMethod ( bool  fastRmsMethod)

Sets the Use Fast RMS Method.

Only available when event type is CAE::ResponseSimulation::RSEvent::TypeRandom >,


Created in NX11.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
fastRmsMethodfast rms method
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetFormulation ( NXOpen::CAE::ResponseSimulation::RSEvent::DdamFormulationType  formulation)

Sets the DDAM formulation type
Created in NX7.5.2.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
formulationformulation
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetInterpolationMethod ( NXOpen::CAE::ResponseSimulation::InterpolationMethod  interpolationMethod)

Sets the interpolation method.

only available when event type is CAE::ResponseSimulation::RSEvent::TypeFrequency , CAE::ResponseSimulation::RSEvent::TypeRandom , CAE::ResponseSimulation::RSEvent::TypeResponseSpectrum ,


Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
interpolationMethodinterpolation method
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetMinimumGValue ( double  minimumG)

Sets the Minimum G value
Created in NX7.5.2.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
minimumGminimumg
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetMountingType ( NXOpen::CAE::ResponseSimulation::DDAMExcitation::MountingType  mountingType)

Sets the ship type
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
mountingTypemounting type
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetResponseType ( NXOpen::CAE::ResponseSimulation::DDAMExcitation::ResponseType  responseType)

Sets the DDAM response type
Created in NX8.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
responseTyperesponse type
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetShipType ( NXOpen::CAE::ResponseSimulation::DDAMExcitation::ShipType  shipType)

Sets the ship type
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
shipTypeship type
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetSpacing ( NXOpen::CAE::ResponseSimulation::RSEvent::SpacingType  spacing)

Sets the spacing type
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
spacingspacing
void NXOpen::CAE::ResponseSimulation::RSEventAttributes::SetSpectralLines ( int  spectralLine)

Sets the spectral lines setting.

Only available when event type is CAE::ResponseSimulation::RSEvent::TypeFrequency , CAE::ResponseSimulation::RSEvent::TypeRandom , CAE::ResponseSimulation::RSEvent::TypeResponseSpectrum ,


Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
spectralLinespectral line
NXOpen::CAE::ResponseSimulation::DDAMExcitation::ShipType NXOpen::CAE::ResponseSimulation::RSEventAttributes::ShipType ( )

Returns the ship type
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

NXOpen::CAE::ResponseSimulation::RSEvent::SpacingType NXOpen::CAE::ResponseSimulation::RSEventAttributes::Spacing ( )

Returns the spacing type
Created in NX5.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

int NXOpen::CAE::ResponseSimulation::RSEventAttributes::SpectralLines ( )

Returns the spectral lines setting.

Only available when event type is CAE::ResponseSimulation::RSEvent::TypeFrequency , CAE::ResponseSimulation::RSEvent::TypeRandom , CAE::ResponseSimulation::RSEvent::TypeResponseSpectrum ,


Created in NX5.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")


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