NX Open C++ Reference Guide
|
Represents the builder of CAE::Optimization::TBSDesignResponse
To create a new instance of this class, use CAE::Optimization::TBSOptimizationManager::CreateDesignResponseBuilder
Created in NX8.0.0.
More...
Public Member Functions | |
void | SetVariableType (NXOpen::CAE::Optimization::TBSDesignResponseBuilder::Response categoryOption) |
Sets the varialbe type Created in NX8.0.0. | |
NXOpen::CAE::Optimization::TBSDesignResponseBuilder::Response | VariableType () |
Returns the varialbe type Created in NX8.0.0. | |
![]() | |
NXOpen::CAE::Optimization::TBSGroupDefinition * | DesignElements () |
Returns the element group in which the value of the design variable is to be determined Created in NX8.0.0. | |
NXOpen::CAE::Optimization::TBSGroupDefinition * | DesignNodes () |
Returns the node group in which the value of the design variable is to be determined Created in NX8.0.0. | |
NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::GroupOperator | GroupOperatorOption () |
Returns the group operator option Created in NX8.0.0. | |
NXOpen::CAE::Optimization::TBSLoadCaseManager * | LoadCases () |
Returns the load cases Created in NX8.0.0. | |
NXOpen::CAE::Optimization::NameDescription * | NameDescription () |
Returns the name description Created in NX8.0.0. | |
NXOpen::CoordinateSystem * | ReferenceCoordinateSystem () |
Returns the referenced coordinate system Created in NX8.0.0. | |
NXOpen::CAE::Optimization::TBSGroupDefinition::GroupElementType | SelectionAreaType () |
Returns the type of selection location on which design variable is applied Created in NX8.0.0. | |
void | SetGroupOperatorOption (NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::GroupOperator groupOperatorOption) |
Sets the group operator option Created in NX8.0.0. | |
void | SetReferenceCoordinateSystem (NXOpen::CoordinateSystem *referenceCsys) |
Sets the referenced coordinate system Created in NX8.0.0. | |
void | SetSelectionAreaType (NXOpen::CAE::Optimization::TBSGroupDefinition::GroupElementType areaType) |
Sets the type of selection location on which design variable is applied 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 builder of CAE::Optimization::TBSDesignResponse
To create a new instance of this class, use CAE::Optimization::TBSOptimizationManager::CreateDesignResponseBuilder
Created in NX8.0.0.
Defines the design response type.
void NXOpen::CAE::Optimization::TBSDesignResponseBuilder::SetVariableType | ( | NXOpen::CAE::Optimization::TBSDesignResponseBuilder::Response | categoryOption | ) |
Sets the varialbe type
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")
categoryOption | categoryoption |
NXOpen::CAE::Optimization::TBSDesignResponseBuilder::Response NXOpen::CAE::Optimization::TBSDesignResponseBuilder::VariableType | ( | ) |
Returns the varialbe type
Created in NX8.0.0.
License requirements : None