NX Open C++ Reference Guide
|
Represents a collection of Markers
To obtain an instance of this class, refer to Part
Created in NX4.0.0.
More...
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::Marker * | 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. | |
NXOpen::Motion::Marker * | 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. | |
NXOpen::Motion::MarkerBuilder * | CreateMarkerBuilder (NXOpen::Motion::Marker *marker) |
Creates a Motion::MarkerBuilder. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Motion::Marker * | FindObject (const NXString &name) |
Finds the Motion::Marker with the given name. | |
NXOpen::Motion::Marker * | FindObject (const char *name) |
Finds the Motion::Marker with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Markers
To obtain an instance of this class, refer to Part
Created in NX4.0.0.
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.
name | NOTE: The full Unicode character set is not supported for this parameter. |
subtype | subtype |
link | link |
origin | origin |
orientation | orientation |
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.
name | NOTE: The full Unicode character set is not supported for this parameter. |
subtype | subtype |
link | link |
origin | origin |
orientation | orientation |
NXOpen::Motion::MarkerBuilder* NXOpen::Motion::MarkerCollection::CreateMarkerBuilder | ( | NXOpen::Motion::Marker * | marker | ) |
Creates a Motion::MarkerBuilder.
marker | 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 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")
name | The 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")
name | The name of the Motion::Marker . |
tag_t NXOpen::Motion::MarkerCollection::Tag | ( | ) | const |
Returns the tag of this object.