|
NX Open C++ Reference Guide
|
Represents a stop position
Created in NX6.0.0.
More...
Public Types | |
| enum | Types { TypesNone, TypesDistance, TypesPercentage, TypesPoint } |
| the stop at options Created in NX6.0.0. More... | |
Public Member Functions | |
| double | Distance () |
| Returns the stop at distance Created in NX6.0.0. | |
| double | Percentage () |
| Returns the stop at percentage Created in NX6.0.0. | |
| NXOpen::Point * | Point () |
| Returns the stop at point Created in NX6.0.0. | |
| void | SetDistance (double stopAtDistance) |
| Sets the stop at distance Created in NX6.0.0. | |
| void | SetPercentage (double stopAtPercentage) |
| Sets the stop at percentage Created in NX6.0.0. | |
| void | SetPoint (NXOpen::Point *stopAtPoint) |
| Sets the stop at point Created in NX6.0.0. | |
| void | SetType (NXOpen::CAM::StopPosition::Types stopAtMode) |
| Sets the stop at mode Created in NX6.0.0. | |
| NXOpen::CAM::StopPosition::Types | Type () |
| Returns the stop at mode Created in NX6.0.0. | |
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 stop position
Created in NX6.0.0.
the stop at options
Created in NX6.0.0.
| TypesNone |
Stop At mode: Off. |
| TypesDistance |
Stop At mode: Distance. |
| TypesPercentage |
Stop At mode: Percentage. |
| TypesPoint |
Stop At mode: Point. |
| double NXOpen::CAM::StopPosition::Distance | ( | ) |
Returns the stop at distance
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::StopPosition::Percentage | ( | ) |
Returns the stop at percentage
Created in NX6.0.0.
License requirements : None
| NXOpen::Point* NXOpen::CAM::StopPosition::Point | ( | ) |
Returns the stop at point
Created in NX6.0.0.
License requirements : None
| void NXOpen::CAM::StopPosition::SetDistance | ( | double | stopAtDistance | ) |
Sets the stop at distance
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| stopAtDistance | stopatdistance |
| void NXOpen::CAM::StopPosition::SetPercentage | ( | double | stopAtPercentage | ) |
Sets the stop at percentage
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| stopAtPercentage | stopatpercentage |
| void NXOpen::CAM::StopPosition::SetPoint | ( | NXOpen::Point * | stopAtPoint | ) |
Sets the stop at point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| stopAtPoint | the stop at point |
| void NXOpen::CAM::StopPosition::SetType | ( | NXOpen::CAM::StopPosition::Types | stopAtMode | ) |
Sets the stop at mode
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| stopAtMode | stopatmode |
| NXOpen::CAM::StopPosition::Types NXOpen::CAM::StopPosition::Type | ( | ) |
Returns the stop at mode
Created in NX6.0.0.
License requirements : None