|
NX Open C++ Reference Guide
|
Represents a builder of Marker <br> To create a new instance of this class, use @link Motion::MarkerCollection::CreateMarkerBuilder Motion::MarkerCollection::CreateMarkerBuilder @endlink <br>
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 | SetName (const char *name) |
| Sets the name Created in NX6.0.0. | |
| void | SetOriginPoint (NXOpen::Point *originPoint) |
| Sets the origin point Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a builder of Marker <br> To create a new instance of this class, use @link Motion::MarkerCollection::CreateMarkerBuilder Motion::MarkerCollection::CreateMarkerBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
DisplayScale |
1 |
Created in NX6.0.0.
| NXOpen::CoordinateSystem* NXOpen::Motion::MarkerBuilder::Csys | ( | ) |
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
| NXString NXOpen::Motion::MarkerBuilder::Name | ( | ) |
Returns the name
Created in NX6.0.0.
License requirements : None
| NXOpen::Point* NXOpen::Motion::MarkerBuilder::OriginPoint | ( | ) |
Returns the origin point
Created in NX6.0.0.
License requirements : None
| NXOpen::SelectNXObject* NXOpen::Motion::MarkerBuilder::SelectLink | ( | ) |
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::SetName | ( | const char * | 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 |