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

Represents a collection of NXOpen::CAE::Optimization::TBSSmooth
To obtain an instance of this class, refer to NXOpen::CAE::Optimization::TBSOptimizationSolution

Created in NX8.0.0. More...

Inheritance diagram for NXOpen::CAE::Optimization::TBSSmoothCollection:
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::TBSSmoothFindObject (const NXString &smoothName)
 Finds a smooth object with specified name within an optimization solution. More...
 
NXOpen::CAE::Optimization::TBSSmoothFindObject (const char *smoothName)
 Finds a smooth object with specified name within an optimization solution. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen::CAE::Optimization::TBSSmooth
To obtain an instance of this class, refer to NXOpen::CAE::Optimization::TBSOptimizationSolution

Created in NX8.0.0.


Member Function Documentation

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

Returns an iterator addressing the first element.

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

Returns an iterator addressing one past the last element.

NXOpen::CAE::Optimization::TBSSmooth* NXOpen::CAE::Optimization::TBSSmoothCollection::FindObject ( const NXString smoothName)

Finds a smooth object with specified name within an optimization solution.

Returns

Created in NX8.0.0.

License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")
Parameters
smoothNamesmoothname
NXOpen::CAE::Optimization::TBSSmooth* NXOpen::CAE::Optimization::TBSSmoothCollection::FindObject ( const char *  smoothName)

Finds a smooth object with specified name within an optimization solution.

Returns

Created in NX8.0.0.

License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")
Parameters
smoothNamesmoothname
tag_t NXOpen::CAE::Optimization::TBSSmoothCollection::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.