NX Open C++ Reference Guide
|
Represents the builder of CAE::Optimization::TBSDesignVariable
To create a new instance of this class, use CAE::Optimization::TBSOptimizationManager::CreateDesignVariableBuilder
Created in NX8.0.0.
More...
Additional Inherited Members | |
![]() | |
enum | GroupOperator { GroupOperatorMax, GroupOperatorMin, GroupOperatorSum, GroupOperatorCount, GroupOperatorDeviation } |
Defines the operator type to determine the design variable that used within the selection area. More... | |
![]() | |
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. | |
Represents the builder of CAE::Optimization::TBSDesignVariable
To create a new instance of this class, use CAE::Optimization::TBSOptimizationManager::CreateDesignVariableBuilder
Created in NX8.0.0.