NX Open C++ Reference Guide
|
Managers load cases
Created in NX8.0.0.
More...
Public Types | |
enum | SelectionType { SelectionTypeMaximum, SelectionTypeMinimum, SelectionTypeSum } |
Defines the selection of the loadcase. More... | |
Public Member Functions | |
void | AddLoadCases (const std::vector< NXOpen::CAE::Optimization::TBSLoadCase * > &loadCases) |
Adds the load cases Created in NX8.0.0. | |
std::vector < NXOpen::CAE::Optimization::TBSLoadCase * > | GetLoadCases () |
Returns the load cases. | |
void | RemoveLoadCases (const std::vector< NXOpen::CAE::Optimization::TBSLoadCase * > &loadCases, bool deleteLoadCase) |
Removes the load cases Created in NX8.0.0. | |
NXOpen::CAE::Optimization::TBSLoadCaseManager::SelectionType | SelectionOption () |
Returns the selection option Created in NX8.0.0. | |
void | SetLoadCases (const std::vector< NXOpen::CAE::Optimization::TBSLoadCase * > &loadCases) |
Sets the load cases Created in NX8.0.0. | |
void | SetSelectionOption (NXOpen::CAE::Optimization::TBSLoadCaseManager::SelectionType selectionOption) |
Sets the selection option 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. | |
Managers load cases
Created in NX8.0.0.
void NXOpen::CAE::Optimization::TBSLoadCaseManager::AddLoadCases | ( | const std::vector< NXOpen::CAE::Optimization::TBSLoadCase * > & | loadCases | ) |
Adds 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")
loadCases | loadcases |
std::vector<NXOpen::CAE::Optimization::TBSLoadCase *> NXOpen::CAE::Optimization::TBSLoadCaseManager::GetLoadCases | ( | ) |
Returns the load cases.
void NXOpen::CAE::Optimization::TBSLoadCaseManager::RemoveLoadCases | ( | const std::vector< NXOpen::CAE::Optimization::TBSLoadCase * > & | loadCases, |
bool | deleteLoadCase | ||
) |
Removes 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")
loadCases | loadcases |
deleteLoadCase | deleteloadcase |
NXOpen::CAE::Optimization::TBSLoadCaseManager::SelectionType NXOpen::CAE::Optimization::TBSLoadCaseManager::SelectionOption | ( | ) |
Returns the selection option
Created in NX8.0.0.
License requirements : None
void NXOpen::CAE::Optimization::TBSLoadCaseManager::SetLoadCases | ( | const std::vector< NXOpen::CAE::Optimization::TBSLoadCase * > & | loadCases | ) |
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")
loadCases | loadcases |
void NXOpen::CAE::Optimization::TBSLoadCaseManager::SetSelectionOption | ( | NXOpen::CAE::Optimization::TBSLoadCaseManager::SelectionType | selectionOption | ) |
Sets the selection option
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")
selectionOption | selectionoption |