|
NX Open C++ Reference Guide
|
Defined Objective Structure. More...
Public Member Functions | |
| OptimizationObjective (const NXString &attributeNameInitial, NXOpen::NXObject *attributeObjectInitial, NXOpen::Optimization::OptimizationBuilder::OptimizationAttributeType objectiveTypeInitial, double objectiveTargetValueInitial) | |
| Constructor for the OptimizationObjective struct. | |
Public Attributes | |
| NXString | AttributeName |
| Attribute name. | |
| NXOpen::NXObject * | AttributeObject |
| Object which the attribute belongs to, it makes sense with geometry design variable type. | |
| double | ObjectiveTargetValue |
| Value of objective target. | |
| NXOpen::Optimization::OptimizationBuilder::OptimizationAttributeType | ObjectiveType |
| Objectibe type. | |
Defined Objective Structure.
| NXOpen::Optimization::OptimizationBuilder::OptimizationObjective::OptimizationObjective | ( | const NXString & | attributeNameInitial, |
| NXOpen::NXObject * | attributeObjectInitial, | ||
| NXOpen::Optimization::OptimizationBuilder::OptimizationAttributeType | objectiveTypeInitial, | ||
| double | objectiveTargetValueInitial | ||
| ) |
Constructor for the OptimizationObjective struct.
| attributeNameInitial | Attribute name |
| attributeObjectInitial | Object which the attribute belongs to, it makes sense with geometry design variable type |
| objectiveTypeInitial | Objectibe type |
| objectiveTargetValueInitial | Value of objective target |
| NXString NXOpen::Optimization::OptimizationBuilder::OptimizationObjective::AttributeName |
Attribute name.
| NXOpen::NXObject* NXOpen::Optimization::OptimizationBuilder::OptimizationObjective::AttributeObject |
Object which the attribute belongs to, it makes sense with geometry design variable type.
| double NXOpen::Optimization::OptimizationBuilder::OptimizationObjective::ObjectiveTargetValue |
Value of objective target.
| NXOpen::Optimization::OptimizationBuilder::OptimizationAttributeType NXOpen::Optimization::OptimizationBuilder::OptimizationObjective::ObjectiveType |
Objectibe type.