NX Open C++ Reference Guide
|
Represents the builder of CAE::Optimization::TBSDesignVariable
This is an abstract class, and cannot be created.
More...
Public Types | |
enum | GroupOperator { GroupOperatorMax, GroupOperatorMin, GroupOperatorSum, GroupOperatorCount, GroupOperatorDeviation } |
Defines the operator type to determine the design variable that used within the selection area. More... | |
Public Member Functions | |
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::TBSDesignVariable
This is an abstract class, and cannot be created.
Created in NX8.0.0.
Defines the operator type to determine the design variable that used within the selection area.
NXOpen::CAE::Optimization::TBSGroupDefinition* NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::DesignElements | ( | ) |
Returns the element group in which the value of the design variable is to be determined
Created in NX8.0.0.
License requirements : None
NXOpen::CAE::Optimization::TBSGroupDefinition* NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::DesignNodes | ( | ) |
Returns the node group in which the value of the design variable is to be determined
Created in NX8.0.0.
License requirements : None
NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::GroupOperator NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::GroupOperatorOption | ( | ) |
Returns the group operator option
Created in NX8.0.0.
License requirements : None
NXOpen::CAE::Optimization::TBSLoadCaseManager* NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::LoadCases | ( | ) |
Returns the load cases
Created in NX8.0.0.
License requirements : None
NXOpen::CAE::Optimization::NameDescription* NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::NameDescription | ( | ) |
Returns the name description
Created in NX8.0.0.
License requirements : None
NXOpen::CoordinateSystem* NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::ReferenceCoordinateSystem | ( | ) |
Returns the referenced coordinate system
Created in NX8.0.0.
License requirements : None
NXOpen::CAE::Optimization::TBSGroupDefinition::GroupElementType NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::SelectionAreaType | ( | ) |
Returns the type of selection location on which design variable is applied
Created in NX8.0.0.
License requirements : None
void NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::SetGroupOperatorOption | ( | NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::GroupOperator | groupOperatorOption | ) |
Sets the group operator 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")
groupOperatorOption | groupoperatoroption |
void NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::SetReferenceCoordinateSystem | ( | NXOpen::CoordinateSystem * | referenceCsys | ) |
Sets the referenced coordinate system
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")
referenceCsys | referencecsys |
void NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::SetSelectionAreaType | ( | NXOpen::CAE::Optimization::TBSGroupDefinition::GroupElementType | areaType | ) |
Sets the type of selection location on which design variable is applied
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")
areaType | areatype |