NX Open C++ Reference Guide
|
Represents the output result control options of the optimization
Created in NX8.0.0.
More...
Public Types | |
enum | Op2Option { Op2OptionNone, Op2OptionFirstLast, Op2OptionAll } |
Defines the op2 output option. More... | |
Public Member Functions | |
NXString | CustomScratchDirectory () |
Returns the custom cratch directory for solving Created in NX8.0.0. | |
bool | HasCustomScratchDirectory () |
Returns whether to use a custom cratch directory or not when solving Created in NX8.0.0. | |
bool | IsJobRunInForeground () |
Returns whether to run optimization job in foreground or not when solving Created in NX8.0.0. | |
NXOpen::CAE::Optimization::TBSOutputControlOptions::Op2Option | Op2OutputOption () |
Returns the op2 output control option Created in NX8.0.0. | |
void | SetCustomScratchDirectory (const NXString &customScrathDir) |
Sets the custom cratch directory for solving Created in NX8.0.0. | |
void | SetCustomScratchDirectory (const char *customScrathDir) |
Sets the custom cratch directory for solving Created in NX8.0.0. | |
void | SetHasCustomScratchDirectory (bool hasCustomScrathDir) |
Sets whether to use a custom cratch directory or not when solving Created in NX8.0.0. | |
void | SetJobRunInForeground (bool isJobRunInForeground) |
Sets whether to run optimization job in foreground or not when solving Created in NX8.0.0. | |
void | SetOp2OutputOption (NXOpen::CAE::Optimization::TBSOutputControlOptions::Op2Option op2Option) |
Sets the op2 output control 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. | |
Represents the output result control options of the optimization
Created in NX8.0.0.
NXString NXOpen::CAE::Optimization::TBSOutputControlOptions::CustomScratchDirectory | ( | ) |
Returns the custom cratch directory for solving
Created in NX8.0.0.
License requirements : None
bool NXOpen::CAE::Optimization::TBSOutputControlOptions::HasCustomScratchDirectory | ( | ) |
Returns whether to use a custom cratch directory or not when solving
Created in NX8.0.0.
License requirements : None
bool NXOpen::CAE::Optimization::TBSOutputControlOptions::IsJobRunInForeground | ( | ) |
Returns whether to run optimization job in foreground or not when solving
Created in NX8.0.0.
License requirements : None
NXOpen::CAE::Optimization::TBSOutputControlOptions::Op2Option NXOpen::CAE::Optimization::TBSOutputControlOptions::Op2OutputOption | ( | ) |
Returns the op2 output control option
Created in NX8.0.0.
License requirements : None
void NXOpen::CAE::Optimization::TBSOutputControlOptions::SetCustomScratchDirectory | ( | const NXString & | customScrathDir | ) |
Sets the custom cratch directory for solving
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")
customScrathDir | customscrathdir |
void NXOpen::CAE::Optimization::TBSOutputControlOptions::SetCustomScratchDirectory | ( | const char * | customScrathDir | ) |
Sets the custom cratch directory for solving
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")
customScrathDir | customscrathdir |
void NXOpen::CAE::Optimization::TBSOutputControlOptions::SetHasCustomScratchDirectory | ( | bool | hasCustomScrathDir | ) |
Sets whether to use a custom cratch directory or not when solving
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")
hasCustomScrathDir | hascustomscrathdir |
void NXOpen::CAE::Optimization::TBSOutputControlOptions::SetJobRunInForeground | ( | bool | isJobRunInForeground | ) |
Sets whether to run optimization job in foreground or not when solving
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")
isJobRunInForeground | isjobruninforeground |
void NXOpen::CAE::Optimization::TBSOutputControlOptions::SetOp2OutputOption | ( | NXOpen::CAE::Optimization::TBSOutputControlOptions::Op2Option | op2Option | ) |
Sets the op2 output control 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")
op2Option | op2option |