DisplayPath Class

class NXOpen.CAM.DisplayPath

Bases: NXOpen.TaggedObject

Represents 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 PathDisplayType

Returns:the path display type
Return type:NXOpen.CAM.DisplayPathPathDisplayTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PathDisplayType

Parameters:pathDisplay (NXOpen.CAM.DisplayPathPathDisplayTypes) – the path display type

New 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 ReplaySpeed

Returns:the replay speed. The range is 1-10.
Return type:int

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ReplaySpeed

Parameters:displaySpeed (int) – the replay speed. The range is 1-10.

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)