NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::CAE::Optimization::DAODesignVariableCollection Class Reference

Represents the collection of optimization solution design variable
To obtain an instance of this class, refer to NXOpen::CAE::Optimization::DAOSolution

Created in NX8.0.0. More...

Inheritance diagram for NXOpen::CAE::Optimization::DAODesignVariableCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::Optimization::DAODesignVariableFindObject (const NXString &designVariableName)
 Finds an optimization solution design variable with a specified name. More...
 
NXOpen::CAE::Optimization::DAODesignVariableFindObject (const char *designVariableName)
 Finds an optimization solution design variable with a specified name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the collection of optimization solution design variable
To obtain an instance of this class, refer to NXOpen::CAE::Optimization::DAOSolution

Created in NX8.0.0.


Member Function Documentation

iterator NXOpen::CAE::Optimization::DAODesignVariableCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::CAE::Optimization::DAODesignVariableCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::Optimization::DAODesignVariable* NXOpen::CAE::Optimization::DAODesignVariableCollection::FindObject ( const NXString designVariableName)

Finds an optimization solution design variable with a specified name.

Returns
Design variable
Created in NX8.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
designVariableNameDesign variable name
NXOpen::CAE::Optimization::DAODesignVariable* NXOpen::CAE::Optimization::DAODesignVariableCollection::FindObject ( const char *  designVariableName)

Finds an optimization solution design variable with a specified name.

Returns
Design variable
Created in NX8.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
designVariableNameDesign variable name
tag_t NXOpen::CAE::Optimization::DAODesignVariableCollection::Tag ( ) const

Returns the tag of this object.


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