NX Open C++ Reference Guide
|
Represents a display path Builder
This is an abstract class and cannot be instantiated.
More...
Public Types | |
enum | PathDisplayTypes { PathDisplayTypesSolidCenter, PathDisplayTypesDashedCenter, PathDisplayTypesSilhouette, PathDisplayTypesFill, PathDisplayTypesSilhouetteFill } |
the path display types Created in NX7.5.0. More... | |
Public Member Functions | |
NXOpen::CAM::DisplayPath::PathDisplayTypes | PathDisplayType () |
Returns the path display types Created in NX7.5.0. | |
int | ReplaySpeed () |
Returns the replay speed. | |
void | SetPathDisplayType (NXOpen::CAM::DisplayPath::PathDisplayTypes pathDisplay) |
Sets the path display types Created in NX7.5.0. | |
void | SetReplaySpeed (int displaySpeed) |
Sets the replay speed. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a display path Builder
This is an abstract class and cannot be instantiated.
Created in NX7.5.0.
the path display types
Created in NX7.5.0.
NXOpen::CAM::DisplayPath::PathDisplayTypes NXOpen::CAM::DisplayPath::PathDisplayType | ( | ) |
Returns the path display types
Created in NX7.5.0.
License requirements : None
int NXOpen::CAM::DisplayPath::ReplaySpeed | ( | ) |
Returns the replay speed.
The range is 1-10.
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::DisplayPath::SetPathDisplayType | ( | NXOpen::CAM::DisplayPath::PathDisplayTypes | pathDisplay | ) |
Sets the path display types
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
pathDisplay | the path display type |
void NXOpen::CAM::DisplayPath::SetReplaySpeed | ( | int | displaySpeed | ) |
Sets the replay speed.
The range is 1-10.
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
displaySpeed | the replay speed. The range is 1-10. |