NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::Motion::PackagingCollection Class Reference

Represents a collection of Packaging objects
To obtain an instance of this class, refer to Part

Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Motion::PackagingCollection:
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.
 
NXOpen::Motion::PackagingInterferenceBuilderCreateInterferenceBuilder (NXOpen::Motion::PackagingInterference *interference)
 Creates an PackagingInterferenceBuilder .
 
NXOpen::Motion::PackagingMeasureBuilderCreateMeasureBuilder (NXOpen::Motion::PackagingMeasure *measure)
 Creates a PackagingMeasureBuilder .
 
NXOpen::Motion::PackagingTraceBuilderCreateTraceBuilder (NXOpen::Motion::PackagingTrace *trace)
 Creates a PackagingTraceBuilder .
 
iterator end ()
 Returns an iterator addressing one past the last element.
 
NXOpen::Motion::PackagingFindObject (const NXString &name)
 Finds the Packaging object with the given name.
 
NXOpen::Motion::PackagingFindObject (const char *name)
 Finds the Packaging object with the given name.
 
tag_t Tag () const
 Returns the tag of this object.
 

Detailed Description

Represents a collection of Packaging objects
To obtain an instance of this class, refer to Part

Created in NX4.0.0.


Member Function Documentation

iterator NXOpen::Motion::PackagingCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Motion::PackagingInterferenceBuilder* NXOpen::Motion::PackagingCollection::CreateInterferenceBuilder ( NXOpen::Motion::PackagingInterference interference)

Creates an PackagingInterferenceBuilder .

This class is used to construct an PackagingInterference object.

Returns
PackagingInterferenceBuilder object
Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")
Parameters
interferencePackagingInterference object to edit. NULL indicates that a new PackagingInterference object is being created.
NXOpen::Motion::PackagingMeasureBuilder* NXOpen::Motion::PackagingCollection::CreateMeasureBuilder ( NXOpen::Motion::PackagingMeasure measure)

Creates a PackagingMeasureBuilder .

This class is used to construct a Measure object.

Returns
PackagingMeasureBuilder object
Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")
Parameters
measureMeasure object to edit. NULL indicates that a new Measure object is being created.
NXOpen::Motion::PackagingTraceBuilder* NXOpen::Motion::PackagingCollection::CreateTraceBuilder ( NXOpen::Motion::PackagingTrace trace)

Creates a PackagingTraceBuilder .

This class is used to construct a PackagingTrace object.

Returns
PackagingTraceBuilder object
Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")
Parameters
tracePackagingTrace object to edit. NULL indicates that a new PackagingTrace object is being created.
iterator NXOpen::Motion::PackagingCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Motion::Packaging* NXOpen::Motion::PackagingCollection::FindObject ( const NXString name)

Finds the Packaging object with the given name.

   An exception will be thrown if no object can be found with given name.  @return  @link  Packaging   Packaging @endlink  object with this name. 


Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
nameName of the Packaging object.
NXOpen::Motion::Packaging* NXOpen::Motion::PackagingCollection::FindObject ( const char *  name)

Finds the Packaging object with the given name.

   An exception will be thrown if no object can be found with given name.  @return  @link  Packaging   Packaging @endlink  object with this name. 


Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
nameName of the Packaging object.
tag_t NXOpen::Motion::PackagingCollection::Tag ( ) const

Returns the tag of this object.


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