NX Open C++ Reference Guide
|
Represents a builder of Marker
To create a new instance of this class, use Motion::MarkerCollection::CreateMarkerBuilder
Default values.
More...
Public Member Functions | |
NXOpen::CoordinateSystem * | Csys () |
Returns the csys Created in NX6.0.0. | |
double | DisplayScale () |
Returns the display scale Created in NX6.0.0. | |
NXString | Name () |
Returns the name Created in NX6.0.0. | |
NXOpen::Point * | OriginPoint () |
Returns the origin point Created in NX6.0.0. | |
NXOpen::SelectNXObject * | SelectLink () |
Returns the select link Created in NX6.0.0. | |
void | SetCsys (NXOpen::CoordinateSystem *csys) |
Sets the csys Created in NX6.0.0. | |
void | SetDisplayScale (double displayScale) |
Sets the display scale Created in NX6.0.0. | |
void | SetName (const NXString &name) |
Sets the name Created in NX6.0.0. | |
void | SetOriginPoint (NXOpen::Point *originPoint) |
Sets the origin point Created in NX6.0.0. |
Represents a builder of Marker
To create a new instance of this class, use Motion::MarkerCollection::CreateMarkerBuilder
Default values.
Property | Value |
---|---|
DisplayScale |
1 |
Created in NX6.0.0.
Returns the csys
Created in NX6.0.0.
License requirements : None
double NXOpen::Motion::MarkerBuilder::DisplayScale | ( | ) |
Returns the display scale
Created in NX6.0.0.
License requirements : None
Returns the name
Created in NX6.0.0.
License requirements : None
Returns the origin point
Created in NX6.0.0.
License requirements : None
Returns the select link
Created in NX6.0.0.
License requirements : None
void NXOpen::Motion::MarkerBuilder::SetCsys | ( | NXOpen::CoordinateSystem * | csys | ) |
Sets the csys
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
csys | csys |
void NXOpen::Motion::MarkerBuilder::SetDisplayScale | ( | double | displayScale | ) |
Sets the display scale
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
displayScale | displayscale |
void NXOpen::Motion::MarkerBuilder::SetName | ( | const NXString & | name | ) |
Sets the name
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
name | name |
void NXOpen::Motion::MarkerBuilder::SetOriginPoint | ( | NXOpen::Point * | originPoint | ) |
Sets the origin point
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
originPoint | originpoint |