PathDisplay Class

class NXOpen.CAM.PathDisplay

Bases: object

Represents a class that is used for NX testing.

This class should not be made available to customers To obtain an instance of this class, refer to NXOpen.CAM.CAMSession

New in version NX10.0.2.

Properties

Property Description
ColorBy Returns or sets the color by property
ShowCutting Returns or sets the indicator to display only cutting moves in a tool path.
ShowEndpoints Returns or sets the indicator to display symbol at the end of each motion.
ShowNoncutting Returns or sets the indicator to display only non cutting moves in a tool path.
ShowToolCenter Returns or sets the indicator to display tool path at the tool center instead of the tool tip for a ball mill.

Methods

Method Description
HideToolPath Hide tool path
ShowToolPath Show tool path

Enumerations

PathDisplayColorByType Enumeration Choices for coloring the tool path motions

Property Detail

ColorBy

PathDisplay.ColorBy

Returns or sets the color by property

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

Getter Method

Signature ColorBy

Returns:
Return type:NXOpen.CAM.PathDisplayColorByType

New in version NX10.0.2.

License requirements: None.

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

Setter Method

Signature ColorBy

Parameters:colorBy (NXOpen.CAM.PathDisplayColorByType) –

New in version NX10.0.2.

License requirements: None.

ShowCutting

PathDisplay.ShowCutting

Returns or sets the indicator to display only cutting moves in a tool path.

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

Getter Method

Signature ShowCutting

Returns:
Return type:bool

New in version NX10.0.2.

License requirements: None.

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

Setter Method

Signature ShowCutting

Parameters:isOn (bool) –

New in version NX10.0.2.

License requirements: None.

ShowEndpoints

PathDisplay.ShowEndpoints

Returns or sets the indicator to display symbol at the end of each motion.

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

Getter Method

Signature ShowEndpoints

Returns:
Return type:bool

New in version NX10.0.2.

License requirements: None.

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

Setter Method

Signature ShowEndpoints

Parameters:isOn (bool) –

New in version NX10.0.2.

License requirements: None.

ShowNoncutting

PathDisplay.ShowNoncutting

Returns or sets the indicator to display only non cutting moves in a tool path.

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

Getter Method

Signature ShowNoncutting

Returns:
Return type:bool

New in version NX10.0.2.

License requirements: None.

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

Setter Method

Signature ShowNoncutting

Parameters:isOn (bool) –

New in version NX10.0.2.

License requirements: None.

ShowToolCenter

PathDisplay.ShowToolCenter

Returns or sets the indicator to display tool path at the tool center instead of the tool tip for a ball mill.

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

Getter Method

Signature ShowToolCenter

Returns:
Return type:bool

New in version NX10.0.2.

License requirements: None.

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

Setter Method

Signature ShowToolCenter

Parameters:isOn (bool) –

New in version NX10.0.2.

License requirements: None.

Method Detail

HideToolPath

PathDisplay.HideToolPath

Hide tool path

Signature HideToolPath(opr)

Parameters:opr (NXOpen.CAM.CAMObject) –

New in version NX10.0.2.

License requirements: None.

ShowToolPath

PathDisplay.ShowToolPath

Show tool path

Signature ShowToolPath(opr)

Parameters:opr (NXOpen.CAM.CAMObject) –

New in version NX10.0.2.

License requirements: None.