DisplayTool Class

class NXOpen.CAM.DisplayTool

Bases: NXOpen.TaggedObject

Represents a display tool Builder

This is an abstract class and cannot be instantiated.

New in version NX7.5.0.

Properties

Property Description
Tag Returns the Tag for this object.
ToolDisplayFrequency Returns or sets the tool display frequency
ToolDisplayType Returns or sets the tool display types

Methods

Enumerations

DisplayToolToolDisplayTypes Enumeration the tool display types

Property Detail

ToolDisplayFrequency

DisplayTool.ToolDisplayFrequency

Returns or sets the tool display frequency

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

Getter Method

Signature ToolDisplayFrequency

Returns:the tool display frequency
Return type:int

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ToolDisplayFrequency

Parameters:toolDisplayFrequency (int) – the tool display frequency

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

ToolDisplayType

DisplayTool.ToolDisplayType

Returns or sets the tool display types

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

Getter Method

Signature ToolDisplayType

Returns:the tool display type
Return type:NXOpen.CAM.DisplayToolToolDisplayTypes

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ToolDisplayType

Parameters:toolDisplay (NXOpen.CAM.DisplayToolToolDisplayTypes) – the tool display type

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)