PathDisplay Class¶
-
class
NXOpen.CAM.PathDisplay¶ Bases:
objectRepresents 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.CAMSessionNew 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
ColorByReturns: Return type: NXOpen.CAM.PathDisplayColorByTypeNew in version NX10.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ColorByParameters: 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
ShowCuttingReturns: Return type: bool New in version NX10.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowCuttingParameters: 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
ShowEndpointsReturns: Return type: bool New in version NX10.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowEndpointsParameters: 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
ShowNoncuttingReturns: Return type: bool New in version NX10.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowNoncuttingParameters: 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
ShowToolCenterReturns: Return type: bool New in version NX10.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowToolCenterParameters: 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.