NX Open C++ Reference Guide
|
Represents the load case
To create a new instance of this class, use CAE::Optimization::TBSOptimizationManager::CreateLoadCase
Created in NX8.0.0.
More...
Public Types | |
enum | LayerOption { LayerOptionNone, LayerOptionMaximum, LayerOptionMinimum, LayerOptionTop, LayerOptionMiddle, LayerOptionBottom } |
Defines the location for calcuating shell stresses. More... | |
Public Member Functions | |
bool | GetSubcase (int *subcaseId) |
Returns the load cases. | |
bool | GetSubstep (std::vector< int > &subSteps) |
Returns the substeps. | |
void | SetShellLayer (NXOpen::CAE::Optimization::TBSLoadCase::LayerOption layer) |
Sets the shell layer Created in NX8.0.0. | |
void | SetSubcase (bool allSubcases, int subcaseId) |
Sets the load cases Created in NX8.0.0. | |
void | SetSubstep (bool allSubSteps, const std::vector< int > &subSteps) |
Sets the sub steps Created in NX8.0.0. | |
NXOpen::CAE::Optimization::TBSLoadCase::LayerOption | ShellLayer () |
Returns the shell layer Created in NX8.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the load case
To create a new instance of this class, use CAE::Optimization::TBSOptimizationManager::CreateLoadCase
Created in NX8.0.0.
Defines the location for calcuating shell stresses.
bool NXOpen::CAE::Optimization::TBSLoadCase::GetSubcase | ( | int * | subcaseId | ) |
Returns the load cases.
subcaseId | subcaseid |
bool NXOpen::CAE::Optimization::TBSLoadCase::GetSubstep | ( | std::vector< int > & | subSteps | ) |
Returns the substeps.
subSteps | substeps |
void NXOpen::CAE::Optimization::TBSLoadCase::SetShellLayer | ( | NXOpen::CAE::Optimization::TBSLoadCase::LayerOption | layer | ) |
Sets the shell layer
Created in NX8.0.0.
License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")
layer | layer |
void NXOpen::CAE::Optimization::TBSLoadCase::SetSubcase | ( | bool | allSubcases, |
int | subcaseId | ||
) |
Sets the load cases
Created in NX8.0.0.
License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")
allSubcases | allsubcases |
subcaseId | subcaseid |
void NXOpen::CAE::Optimization::TBSLoadCase::SetSubstep | ( | bool | allSubSteps, |
const std::vector< int > & | subSteps | ||
) |
Sets the sub steps
Created in NX8.0.0.
License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")
allSubSteps | allsubsteps |
subSteps | substeps |
NXOpen::CAE::Optimization::TBSLoadCase::LayerOption NXOpen::CAE::Optimization::TBSLoadCase::ShellLayer | ( | ) |
Returns the shell layer
Created in NX8.0.0.
License requirements : None