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. |
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.
Returns the path display types
Created in NX7.5.0.
License requirements : None
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. |