NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAE::Optimization::DAODesignVariableBuilder Class Reference

Represents a CAE::Optimization::DAODesignVariableBuilder . More...

Inheritance diagram for NXOpen::CAE::Optimization::DAODesignVariableBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  Variable {
  VariableSectionProperty, VariableShellProperty, VariableFeatureDimension, VariableSketchDimension,
  VariableAllExpressions, VariableCount
}
 Represents the design variable type. More...

Public Member Functions

NXOpen::NXObjectAttachedEntity ()
 Returns the entity attached to expression

NXOpen::ExpressionExpression ()
 Returns the expression

void GetVariable (NXOpen::CAE::Optimization::DAODesignVariableBuilder::Variable *variableType, NXOpen::Expression **variableExpression)
 Gets the design variable
Created in NX8.0.1.
bool GlobalSensitivityFlag ()
 Returns the flag if mark current design variable as global sensitivity design variable, only effective for global sensitivity optimization type
Created in NX8.0.0.
double LowerLimit ()
 Returns the lower limit value
Created in NX8.0.0.
NXString Name ()
 Returns the design variable name
Created in NX8.0.0.
void SetAttachedEntity (NXOpen::NXObject *attachedEntity)
 Sets the entity attached to expression

void SetExpression (NXOpen::Expression *expression)
 Sets the expression

void SetGlobalSensitivityFlag (bool globalSensitivityFlag)
 Sets the flag if mark current design variable as global sensitivity design variable, only effective for global sensitivity optimization type
Created in NX8.0.0.
void SetLowerLimit (double lowerLimit)
 Sets the lower limit value
Created in NX8.0.0.
void SetName (const NXString &designVariableName)
 Sets the design variable name
Created in NX8.0.0.
void SetUpperLimit (double upperLimit)
 Sets the upper limit value
Created in NX8.0.0.
void SetVariable (NXOpen::CAE::Optimization::DAODesignVariableBuilder::Variable variableType, NXOpen::Expression *variableExpression)
 Sets the design variable
Created in NX8.0.1.
double UpperLimit ()
 Returns the upper limit value
Created in NX8.0.0.

Detailed Description

Represents a CAE::Optimization::DAODesignVariableBuilder .


To create a new instance of this class, use CAE::Optimization::DAOSolutionCollection::CreateDesignVariableBuilder


Member Enumeration Documentation

Represents the design variable type.

Enumerator:
VariableSectionProperty 

Section property variables.

VariableShellProperty 

Shell property variables.

VariableFeatureDimension 

Feature dimension variables.

VariableSketchDimension 

Sketch dimension variables.

VariableAllExpressions 

Variables from FEM, SIM and master part.

VariableCount 

Variable type count.


Member Function Documentation

Returns the entity attached to expression

Deprecated:
Deprecated in NX8.5.0.



Created in NX8.0.0.

License requirements : None

Returns the expression

Deprecated:
Deprecated in NX8.5.0.



Created in NX8.0.0.

License requirements : None

Gets the design variable
Created in NX8.0.1.



License requirements : None

Parameters:
variableTypeVariable type
variableExpressionVariable expression

Returns the flag if mark current design variable as global sensitivity design variable, only effective for global sensitivity optimization type
Created in NX8.0.0.



License requirements : None

Returns the lower limit value
Created in NX8.0.0.



License requirements : None

Returns the design variable name
Created in NX8.0.0.



License requirements : None

Sets the entity attached to expression

Deprecated:
Deprecated in NX8.5.0.



Created in NX8.0.0.

License requirements : nx_design_sim ("NX Design Simulation")

Parameters:
attachedEntityAttached entity

Sets the expression

Deprecated:
Deprecated in NX8.5.0.



Created in NX8.0.0.

License requirements : nx_design_sim ("NX Design Simulation")

Parameters:
expressionExpression

Sets the flag if mark current design variable as global sensitivity design variable, only effective for global sensitivity optimization type
Created in NX8.0.0.



License requirements : nx_design_sim ("NX Design Simulation")

Parameters:
globalSensitivityFlagGlobal sensitivity design variable flag

Sets the lower limit value
Created in NX8.0.0.



License requirements : nx_design_sim ("NX Design Simulation")

Parameters:
lowerLimitLower limit value

Sets the design variable name
Created in NX8.0.0.



License requirements : nx_design_sim ("NX Design Simulation")

Parameters:
designVariableNameDesign variable name

Sets the upper limit value
Created in NX8.0.0.



License requirements : nx_design_sim ("NX Design Simulation")

Parameters:
upperLimitUpper limit value

Sets the design variable
Created in NX8.0.1.



License requirements : nx_design_sim ("NX Design Simulation")

Parameters:
variableTypeVariable type
variableExpressionVariable Expression

Returns the upper limit value
Created in NX8.0.0.



License requirements : None


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