DisplayTool Class¶
-
class
NXOpen.CAM.DisplayTool¶ Bases:
NXOpen.TaggedObjectRepresents 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
ToolDisplayFrequencyReturns: the tool display frequency Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToolDisplayFrequencyParameters: 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
ToolDisplayTypeReturns: the tool display type Return type: NXOpen.CAM.DisplayToolToolDisplayTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToolDisplayTypeParameters: toolDisplay ( NXOpen.CAM.DisplayToolToolDisplayTypes) – the tool display typeNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)