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

Detailed Description

Represents a collection of Packaging objects
To obtain an instance of this class, refer to NXOpen::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 NXOpen::Motion::PackagingInterferenceBuilder .

This class is used to construct an NXOpen::Motion::PackagingInterference object.

Returns
NXOpen::Motion::PackagingInterferenceBuilder object
Created in NX4.0.0.

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

Creates a NXOpen::Motion::PackagingMeasureBuilder .

This class is used to construct a NXOpen::Measure object.

Returns
NXOpen::Motion::PackagingMeasureBuilder object
Created in NX4.0.0.

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

Creates a NXOpen::Motion::PackagingTraceBuilder .

This class is used to construct a NXOpen::Motion::PackagingTrace object.

Returns
NXOpen::Motion::PackagingTraceBuilder object
Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")
Parameters
traceNXOpen::Motion::PackagingTrace object to edit. NULL indicates that a new NXOpen::Motion::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 NXOpen::Motion::Packaging object with the given name.

An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Motion::Packaging 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 NXOpen::Motion::Packaging object with the given name.

An exception will be thrown if no object can be found with given name.

Returns
NXOpen::Motion::Packaging 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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.