DisplayPath Class¶
-
class
NXOpen.CAM.DisplayPath¶ Bases:
NXOpen.TaggedObjectRepresents a display path Builder
This is an abstract class and cannot be instantiated.
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| PathDisplayType | Returns or sets the path display types |
| ReplaySpeed | Returns or sets the replay speed. |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| DisplayPathPathDisplayTypes Enumeration | the path display types |
Property Detail¶
PathDisplayType¶
-
DisplayPath.PathDisplayType¶ Returns or sets the path display types
-------------------------------------Getter Method
Signature
PathDisplayTypeReturns: the path display type Return type: NXOpen.CAM.DisplayPathPathDisplayTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PathDisplayTypeParameters: pathDisplay ( NXOpen.CAM.DisplayPathPathDisplayTypes) – the path display typeNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
ReplaySpeed¶
-
DisplayPath.ReplaySpeed¶ Returns or sets the replay speed.
The range is 1-10.
-------------------------------------Getter Method
Signature
ReplaySpeedReturns: the replay speed. The range is 1-10. Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReplaySpeedParameters: displaySpeed (int) – the replay speed. The range is 1-10. New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)