NX Open C++ Reference Guide
|
Represents the data location to perform evaluation
Created in NX5.0.0.
More...
Public Types | |
enum | Beam { BeamC, BeamD, BeamE, BeamF } |
Specifies the location for beam. More... | |
enum | Element { ElementBoth, ElementCentroid, ElementCorners } |
Specifies the element location for element. More... | |
enum | Shell { ShellTop, ShellBottom, ShellMiddle } |
Specifies the location for shell. More... | |
Public Member Functions | |
NXOpen::CAE::ResponseSimulation::DataLocation::Beam | BeamLocation () |
Returns the method to define frequency Created in NX5.0.0. | |
NXOpen::CAE::ResponseSimulation::DataLocation::Element | ElementLocation () |
Returns the element location. | |
int | LayerSelection () |
Returns the end value of frequency range. | |
void | SetBeamLocation (NXOpen::CAE::ResponseSimulation::DataLocation::Beam beamLocation) |
Sets the method to define frequency Created in NX5.0.0. | |
void | SetElementLocation (NXOpen::CAE::ResponseSimulation::DataLocation::Element elementLocation) |
Sets the element location. | |
void | SetLayerSelection (int layerNumber) |
Sets the end value of frequency range. | |
void | SetShellLocation (NXOpen::CAE::ResponseSimulation::DataLocation::Shell shellLocation) |
Sets the start value of frequency range. | |
NXOpen::CAE::ResponseSimulation::DataLocation::Shell | ShellLocation () |
Returns the start value of frequency range. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the data location to perform evaluation
Created in NX5.0.0.
NXOpen::CAE::ResponseSimulation::DataLocation::Beam NXOpen::CAE::ResponseSimulation::DataLocation::BeamLocation | ( | ) |
Returns the method to define frequency
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::DataLocation::Element NXOpen::CAE::ResponseSimulation::DataLocation::ElementLocation | ( | ) |
Returns the element location.
Only available when stress and strain is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
int NXOpen::CAE::ResponseSimulation::DataLocation::LayerSelection | ( | ) |
Returns the end value of frequency range.
Only available when the frequency is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
void NXOpen::CAE::ResponseSimulation::DataLocation::SetBeamLocation | ( | NXOpen::CAE::ResponseSimulation::DataLocation::Beam | beamLocation | ) |
Sets the method to define frequency
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
beamLocation | beam location |
void NXOpen::CAE::ResponseSimulation::DataLocation::SetElementLocation | ( | NXOpen::CAE::ResponseSimulation::DataLocation::Element | elementLocation | ) |
Sets the element location.
Only available when stress and strain is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
elementLocation | element location |
void NXOpen::CAE::ResponseSimulation::DataLocation::SetLayerSelection | ( | int | layerNumber | ) |
Sets the end value of frequency range.
Only available when the frequency is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
layerNumber | layer number |
void NXOpen::CAE::ResponseSimulation::DataLocation::SetShellLocation | ( | NXOpen::CAE::ResponseSimulation::DataLocation::Shell | shellLocation | ) |
Sets the start value of frequency range.
Only available when the frequency is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
shellLocation | shell location |
NXOpen::CAE::ResponseSimulation::DataLocation::Shell NXOpen::CAE::ResponseSimulation::DataLocation::ShellLocation | ( | ) |
Returns the start value of frequency range.
Only available when the frequency is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")