NX Open C++ Reference Guide
|
Represents the abstract builder of CAE::Optimization::TBSOptimizationSolution . More...
Public Types | |
enum | StrategyType { StrategyTypeSensitivity, StrategyTypeController } |
Defines the optimization strategy. More... | |
Public Member Functions | |
NXOpen::CAE::Optimization::NameDescription * | NameDescription () |
Returns the name description Created in NX8.0.0. | |
NXOpen::CAE::SimSolution * | ReferencedSolution () |
Returns the referenced solution Created in NX8.0.0. | |
void | SetReferencedSolution (NXOpen::CAE::SimSolution *referencedSolution) |
Sets the referenced solution Created in NX8.0.0. | |
void | SetStrategy (NXOpen::CAE::Optimization::TBSOptimizationSolutionBuilder::StrategyType strategy) |
Sets the optimization strategy Created in NX8.0.0. | |
NXOpen::CAE::Optimization::TBSOptimizationSolutionBuilder::StrategyType | Strategy () |
Returns the optimization strategy Created in NX8.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the abstract builder of CAE::Optimization::TBSOptimizationSolution .
This is an abstract class, and cannot be created.
Created in NX8.0.0.
NXOpen::CAE::Optimization::NameDescription* NXOpen::CAE::Optimization::TBSOptimizationSolutionBuilder::NameDescription | ( | ) |
Returns the name description
Created in NX8.0.0.
License requirements : None
NXOpen::CAE::SimSolution* NXOpen::CAE::Optimization::TBSOptimizationSolutionBuilder::ReferencedSolution | ( | ) |
Returns the referenced solution
Created in NX8.0.0.
License requirements : None
void NXOpen::CAE::Optimization::TBSOptimizationSolutionBuilder::SetReferencedSolution | ( | NXOpen::CAE::SimSolution * | referencedSolution | ) |
Sets the referenced solution
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")
referencedSolution | referencedsolution |
void NXOpen::CAE::Optimization::TBSOptimizationSolutionBuilder::SetStrategy | ( | NXOpen::CAE::Optimization::TBSOptimizationSolutionBuilder::StrategyType | strategy | ) |
Sets the optimization strategy
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")
strategy | strategy |
NXOpen::CAE::Optimization::TBSOptimizationSolutionBuilder::StrategyType NXOpen::CAE::Optimization::TBSOptimizationSolutionBuilder::Strategy | ( | ) |
Returns the optimization strategy
Created in NX8.0.0.
License requirements : None