ToolPathDisplay Class

class NXOpen.CAM.ToolPathDisplay

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.DebugSession

New in version NX9.0.2.

Methods

Method Description
ButtonDown Debug Trace user button presses.
HideToolPath Hide tool path
SetColorBy Set the option for coloring the tool path motions.
ShowCutting Displays the cutting moves in a milling tool path.
ShowEndpoints Displays a symbol at the end of each motion.
ShowNoncutting Displays the non cutting moves in a milling tool path.
ShowToolCenter Displays the tool path at the tool center instead of the tool tip for a ball mill.
ShowToolPath Show tool path
Table Debug Table of tool path display motions
Timer Debug Measure display time
Trace Debug Trace display functions

Enumerations

ToolPathDisplayColorBy Enumeration Choices for coloring the tool path motions

Method Detail

ButtonDown

ToolPathDisplay.ButtonDown

Debug Trace user button presses.

Signature ButtonDown(isOn)

Parameters:isOn (bool) –

New in version NX9.0.2.

License requirements: None.

HideToolPath

ToolPathDisplay.HideToolPath

Hide tool path

Signature HideToolPath(opr)

Parameters:opr (NXOpen.CAM.CAMObject) –

New in version NX9.0.2.

License requirements: None.

SetColorBy

ToolPathDisplay.SetColorBy

Set the option for coloring the tool path motions.

Signature SetColorBy(colorBy)

Parameters:colorBy (NXOpen.CAM.ToolPathDisplayColorBy) –

New in version NX9.0.2.

License requirements: None.

ShowCutting

ToolPathDisplay.ShowCutting

Displays the cutting moves in a milling tool path.

Signature ShowCutting(isOn)

Parameters:isOn (bool) –

New in version NX9.0.2.

License requirements: None.

ShowEndpoints

ToolPathDisplay.ShowEndpoints

Displays a symbol at the end of each motion.

Signature ShowEndpoints(isOn)

Parameters:isOn (bool) –

New in version NX9.0.2.

License requirements: None.

ShowNoncutting

ToolPathDisplay.ShowNoncutting

Displays the non cutting moves in a milling tool path.

Signature ShowNoncutting(isOn)

Parameters:isOn (bool) –

New in version NX9.0.2.

License requirements: None.

ShowToolCenter

ToolPathDisplay.ShowToolCenter

Displays the tool path at the tool center instead of the tool tip for a ball mill.

Signature ShowToolCenter(isOn)

Parameters:isOn (bool) –

New in version NX9.0.2.

License requirements: None.

ShowToolPath

ToolPathDisplay.ShowToolPath

Show tool path

Signature ShowToolPath(opr)

Parameters:opr (NXOpen.CAM.CAMObject) –

New in version NX9.0.2.

License requirements: None.

Table

ToolPathDisplay.Table

Debug Table of tool path display motions

Signature Table(isOn)

Parameters:isOn (bool) –

New in version NX9.0.2.

License requirements: None.

Timer

ToolPathDisplay.Timer

Debug Measure display time

Signature Timer(isOn)

Parameters:isOn (bool) –

New in version NX9.0.2.

License requirements: None.

Trace

ToolPathDisplay.Trace

Debug Trace display functions

Signature Trace(isOn)

Parameters:isOn (bool) –

New in version NX9.0.2.

License requirements: None.