NX Open C++ Reference Guide
Public Member Functions | Public Attributes
NXOpen::Optimization::OptimizationBuilder::OptimizationObjective Struct Reference

Defined Objective Structure. More...

List of all members.

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::NXObjectAttributeObject
 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.

Detailed Description

Defined Objective Structure.


Constructor & Destructor Documentation

NXOpen::Optimization::OptimizationBuilder::OptimizationObjective::OptimizationObjective ( const NXString attributeNameInitial,
NXOpen::NXObject attributeObjectInitial,
NXOpen::Optimization::OptimizationBuilder::OptimizationAttributeType  objectiveTypeInitial,
double  objectiveTargetValueInitial 
)

Constructor for the OptimizationObjective struct.

Parameters:
attributeNameInitialAttribute name
attributeObjectInitialObject which the attribute belongs to, it makes sense with geometry design variable type
objectiveTypeInitialObjectibe type
objectiveTargetValueInitialValue of objective target

Member Data Documentation

Attribute name.

Object which the attribute belongs to, it makes sense with geometry design variable type.

Value of objective target.

Objectibe type.


The documentation for this struct was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.