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

Detailed Description

Represents a collection of Markers
To obtain an instance of this class, refer to NXOpen::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 NXOpen::Motion::Marker in the Scenario for Motion+ database.

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

License requirements : mechanisms ("MECHANISMS")
Parameters
namename
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 NXOpen::Motion::Marker in the Scenario for Motion+ database.

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

License requirements : mechanisms ("MECHANISMS")
Parameters
namename
subtypesubtype
linklink
originorigin
orientationorientation
NXOpen::Motion::MarkerBuilder* NXOpen::Motion::MarkerCollection::CreateMarkerBuilder ( NXOpen::Motion::Marker marker)

Creates a NXOpen::Motion::MarkerBuilder.

Returns

Created in NX6.0.0.

License requirements : mechanisms ("MECHANISMS")
Parameters
markerNXOpen::Motion::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 NXOpen::Motion::Marker with the given name.

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

Returns
NXOpen::Motion::Marker with this name.
Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")
Parameters
nameThe name of the NXOpen::Motion::Marker .
NXOpen::Motion::Marker* NXOpen::Motion::MarkerCollection::FindObject ( const char *  name)

Finds the NXOpen::Motion::Marker with the given name.

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

Returns
NXOpen::Motion::Marker with this name.
Created in NX4.0.0.

License requirements : mechanisms ("MECHANISMS")
Parameters
nameThe name of the NXOpen::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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.