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

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

Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Motion::MarkerCollection:
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::MarkerCreate (const NXString &name, NXOpen::Motion::Marker::MarkerType subtype, NXOpen::Motion::Link *link, NXOpen::Point *origin, NXOpen::NXMatrix *orientation)
 Create a Motion::Marker in the Scenario for Motion+ database.
 
NXOpen::Motion::MarkerCreate (const char *name, NXOpen::Motion::Marker::MarkerType subtype, NXOpen::Motion::Link *link, NXOpen::Point *origin, NXOpen::NXMatrix *orientation)
 Create a Motion::Marker in the Scenario for Motion+ database.
 
NXOpen::Motion::MarkerBuilderCreateMarkerBuilder (NXOpen::Motion::Marker *marker)
 Creates a Motion::MarkerBuilder.
 
iterator end ()
 Returns an iterator addressing one past the last element.
 
NXOpen::Motion::MarkerFindObject (const NXString &name)
 Finds the Motion::Marker with the given name.
 
NXOpen::Motion::MarkerFindObject (const char *name)
 Finds the Motion::Marker with the given name.
 
tag_t Tag () const
 Returns the tag of this object.
 

Detailed Description

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

Created in NX4.0.0.


Member Function Documentation

iterator NXOpen::Motion::MarkerCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Motion::Marker* NXOpen::Motion::MarkerCollection::Create ( const NXString name,
NXOpen::Motion::Marker::MarkerType  subtype,
NXOpen::Motion::Link link,
NXOpen::Point origin,
NXOpen::NXMatrix orientation 
)

Create a Motion::Marker in the Scenario for Motion+ database.

Returns
New Motion::Marker
Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")
Parameters
name
NOTE: The full Unicode character set is not supported for this parameter.
subtypesubtype
linklink
originorigin
orientationorientation
NXOpen::Motion::Marker* NXOpen::Motion::MarkerCollection::Create ( const char *  name,
NXOpen::Motion::Marker::MarkerType  subtype,
NXOpen::Motion::Link link,
NXOpen::Point origin,
NXOpen::NXMatrix orientation 
)

Create a Motion::Marker in the Scenario for Motion+ database.

Returns
New Motion::Marker
Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")
Parameters
name
NOTE: The full Unicode character set is not supported for this parameter.
subtypesubtype
linklink
originorigin
orientationorientation
NXOpen::Motion::MarkerBuilder* NXOpen::Motion::MarkerCollection::CreateMarkerBuilder ( NXOpen::Motion::Marker marker)

Creates a Motion::MarkerBuilder.

Returns

Created in NX6.0.0.

License requirements : mechanisms ("MECHANISMS")
Parameters
markerMotion::Marker to be edited, if NULL then create a new one
iterator NXOpen::Motion::MarkerCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::Motion::Marker* NXOpen::Motion::MarkerCollection::FindObject ( const NXString name)

Finds the Motion::Marker with the given name.

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


Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
nameThe name of the Motion::Marker .
NXOpen::Motion::Marker* NXOpen::Motion::MarkerCollection::FindObject ( const char *  name)

Finds the Motion::Marker with the given name.

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


Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
nameThe name of the Motion::Marker .
tag_t NXOpen::Motion::MarkerCollection::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.