OperationDisplayOptionsBuilder Class¶
-
class
NXOpen.CAM.OperationDisplayOptionsBuilder¶ Bases:
NXOpen.TaggedObjectRepresents a display options Builder
This is an abstract class and cannot be instantiated.
New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| ArrowDisplayFlag | Returns or sets the arrow display flag |
| DisplayCutRegionsFlag | Returns or sets the display cut regions flag |
| FeedDisplayFlag | Returns or sets the feed display flag |
| LineNumberDisplayFlag | Returns or sets the line number display flag |
| PaintDisplay | Returns the sub builder for paint display |
| PathDisplay | Returns the sub builder for path display |
| PathDisplayColors | Returns the path display colors builder |
| PathDisplayType | Returns or sets the path display types |
| PathNormalType | Returns or sets the path normal types |
| PathVector | Returns or sets the path vector |
| PatternDisplayFrequency | Returns or sets the pattern display frequency |
| PatternDisplayType | Returns or sets the pattern display types |
| PatternFile | Returns or sets the pattern file name |
| PatternXOffset | Returns or sets the pattern X offset |
| PatternYOffset | Returns or sets the pattern Y offset |
| PatternZOffset | Returns or sets the pattern Z offset |
| PauseAfterDisplayFlag | Returns or sets the pause after display flag |
| PercentOfTool | Returns or sets the percent of tool. |
| RefreshBeforeDisplayFlag | Returns or sets the refresh before display flag |
| ReplaySpeed | Returns or sets the replay speed. |
| SaveContactDisplayDataFlag | Returns or sets the save contact displat data flag |
| SilhouDisplay | Returns the sub builder for silhou display |
| SuppressPathDisplayFlag | Returns or sets the suppress path display flag |
| Tag | Returns the Tag for this object. |
| ToolDisplay | Returns the sub builder for tool display |
| ToolDisplayFrequency | Returns or sets the tool display frequency |
| ToolDisplayType | Returns or sets the tool display types |
Methods¶
Enumerations¶
| OperationDisplayOptionsBuilderPathDisplayTypes Enumeration | the path display types |
| OperationDisplayOptionsBuilderPathNormalTypes Enumeration | the path normal types |
| OperationDisplayOptionsBuilderPatternDisplayTypes Enumeration | the pattern display types |
| OperationDisplayOptionsBuilderToolDisplayTypes Enumeration | the tool display types |
Property Detail¶
ArrowDisplayFlag¶
-
OperationDisplayOptionsBuilder.ArrowDisplayFlag¶ Returns or sets the arrow display flag
-------------------------------------Getter Method
Signature
ArrowDisplayFlagReturns: the arrow display flag Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ArrowDisplayFlagParameters: arrowDisplay (bool) – the arrow display flag New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
DisplayCutRegionsFlag¶
-
OperationDisplayOptionsBuilder.DisplayCutRegionsFlag¶ Returns or sets the display cut regions flag
-------------------------------------Getter Method
Signature
DisplayCutRegionsFlagReturns: the display cut regions flag Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DisplayCutRegionsFlagParameters: displayCutRegions (bool) – the display cut regions flag New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
FeedDisplayFlag¶
-
OperationDisplayOptionsBuilder.FeedDisplayFlag¶ Returns or sets the feed display flag
-------------------------------------Getter Method
Signature
FeedDisplayFlagReturns: the feed display flag Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FeedDisplayFlagParameters: feedDisplay (bool) – the feed display flag New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
LineNumberDisplayFlag¶
-
OperationDisplayOptionsBuilder.LineNumberDisplayFlag¶ Returns or sets the line number display flag
-------------------------------------Getter Method
Signature
LineNumberDisplayFlagReturns: the line number display flag Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LineNumberDisplayFlagParameters: lineNumberDisplay (bool) – the line number display flag New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
PaintDisplay¶
-
OperationDisplayOptionsBuilder.PaintDisplay¶ Returns the sub builder for paint display
-------------------------------------Getter Method
Signature
PaintDisplayReturns: the paint_display Return type: NXOpen.CAM.DisplayPaintNew in version NX7.5.0.
License requirements: None.
PathDisplay¶
-
OperationDisplayOptionsBuilder.PathDisplay¶ Returns the sub builder for path display
-------------------------------------Getter Method
Signature
PathDisplayReturns: the path_display Return type: NXOpen.CAM.DisplayPathNew in version NX7.5.0.
License requirements: None.
PathDisplayColors¶
-
OperationDisplayOptionsBuilder.PathDisplayColors¶ Returns the path display colors builder
-------------------------------------Getter Method
Signature
PathDisplayColorsReturns: The path display colors builder Return type: NXOpen.CAM.PathDisplayColorsNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
PathDisplayType¶
-
OperationDisplayOptionsBuilder.PathDisplayType¶ Returns or sets the path display types
-------------------------------------Getter Method
Signature
PathDisplayTypeReturns: the path display type Return type: NXOpen.CAM.OperationDisplayOptionsBuilderPathDisplayTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PathDisplayTypeParameters: pathDisplay ( NXOpen.CAM.OperationDisplayOptionsBuilderPathDisplayTypes) – the path display typeNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
PathNormalType¶
-
OperationDisplayOptionsBuilder.PathNormalType¶ Returns or sets the path normal types
-------------------------------------Getter Method
Signature
PathNormalTypeReturns: the path normal type Return type: NXOpen.CAM.OperationDisplayOptionsBuilderPathNormalTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PathNormalTypeParameters: pathNormal ( NXOpen.CAM.OperationDisplayOptionsBuilderPathNormalTypes) – the path normal typeNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
PathVector¶
-
OperationDisplayOptionsBuilder.PathVector¶ Returns or sets the path vector
-------------------------------------Getter Method
Signature
PathVectorReturns: Return type: NXOpen.DirectionNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PathVectorParameters: vector ( NXOpen.Direction) –New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
PatternDisplayFrequency¶
-
OperationDisplayOptionsBuilder.PatternDisplayFrequency¶ Returns or sets the pattern display frequency
-------------------------------------Getter Method
Signature
PatternDisplayFrequencyReturns: the pattern display frequency Return type: int New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PatternDisplayFrequencyParameters: patternDisplayFrequency (int) – the pattern display frequency New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
PatternDisplayType¶
-
OperationDisplayOptionsBuilder.PatternDisplayType¶ Returns or sets the pattern display types
-------------------------------------Getter Method
Signature
PatternDisplayTypeReturns: the pattern display type Return type: NXOpen.CAM.OperationDisplayOptionsBuilderPatternDisplayTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PatternDisplayTypeParameters: patternDisplay ( NXOpen.CAM.OperationDisplayOptionsBuilderPatternDisplayTypes) – the pattern display typeNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
PatternFile¶
-
OperationDisplayOptionsBuilder.PatternFile¶ Returns or sets the pattern file name
-------------------------------------Getter Method
Signature
PatternFileReturns: Return type: str New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PatternFileParameters: filename (str) – New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
PatternXOffset¶
-
OperationDisplayOptionsBuilder.PatternXOffset¶ Returns or sets the pattern X offset
-------------------------------------Getter Method
Signature
PatternXOffsetReturns: the pattern X offset Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PatternXOffsetParameters: xOffset (float) – the pattern X offset New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
PatternYOffset¶
-
OperationDisplayOptionsBuilder.PatternYOffset¶ Returns or sets the pattern Y offset
-------------------------------------Getter Method
Signature
PatternYOffsetReturns: the pattern Y offset Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PatternYOffsetParameters: yOffset (float) – the pattern Y offset New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
PatternZOffset¶
-
OperationDisplayOptionsBuilder.PatternZOffset¶ Returns or sets the pattern Z offset
-------------------------------------Getter Method
Signature
PatternZOffsetReturns: the pattern Z offset Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PatternZOffsetParameters: zOffset (float) – the pattern Z offset New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
PauseAfterDisplayFlag¶
-
OperationDisplayOptionsBuilder.PauseAfterDisplayFlag¶ Returns or sets the pause after display flag
-------------------------------------Getter Method
Signature
PauseAfterDisplayFlagReturns: the pause after display flag Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PauseAfterDisplayFlagParameters: pauseAfterDisplay (bool) – the pause after display flag New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
PercentOfTool¶
-
OperationDisplayOptionsBuilder.PercentOfTool¶ Returns or sets the percent of tool.
The range is 1-100.
-------------------------------------Getter Method
Signature
PercentOfToolReturns: the percent of tool.The range is 1-100. Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PercentOfToolParameters: percentTool (float) – the percent of tool.The range is 1-100. New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
RefreshBeforeDisplayFlag¶
-
OperationDisplayOptionsBuilder.RefreshBeforeDisplayFlag¶ Returns or sets the refresh before display flag
-------------------------------------Getter Method
Signature
RefreshBeforeDisplayFlagReturns: the refresh before display flag Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RefreshBeforeDisplayFlagParameters: refreshBeforeDisplay (bool) – the refresh before display flag New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
ReplaySpeed¶
-
OperationDisplayOptionsBuilder.ReplaySpeed¶ Returns or sets the replay speed.
The range is 1-10.
-------------------------------------Getter Method
Signature
ReplaySpeedReturns: the replay speed. The range is 1-10. Return type: int New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReplaySpeedParameters: displaySpeed (int) – the replay speed. The range is 1-10. New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
SaveContactDisplayDataFlag¶
-
OperationDisplayOptionsBuilder.SaveContactDisplayDataFlag¶ Returns or sets the save contact displat data flag
-------------------------------------Getter Method
Signature
SaveContactDisplayDataFlagReturns: the save contact displat data flag Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SaveContactDisplayDataFlagParameters: saveContactDisplayData (bool) – the save contact displat data flag New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
SilhouDisplay¶
-
OperationDisplayOptionsBuilder.SilhouDisplay¶ Returns the sub builder for silhou display
-------------------------------------Getter Method
Signature
SilhouDisplayReturns: the silhou_display Return type: NXOpen.CAM.DisplaySilhouetteNew in version NX7.5.0.
License requirements: None.
SuppressPathDisplayFlag¶
-
OperationDisplayOptionsBuilder.SuppressPathDisplayFlag¶ Returns or sets the suppress path display flag
-------------------------------------Getter Method
Signature
SuppressPathDisplayFlagReturns: the suppress path display flag Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SuppressPathDisplayFlagParameters: suppressPathDisplay (bool) – the suppress path display flag New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
ToolDisplay¶
-
OperationDisplayOptionsBuilder.ToolDisplay¶ Returns the sub builder for tool display
-------------------------------------Getter Method
Signature
ToolDisplayReturns: the tool_display Return type: NXOpen.CAM.DisplayToolNew in version NX7.5.0.
License requirements: None.
ToolDisplayFrequency¶
-
OperationDisplayOptionsBuilder.ToolDisplayFrequency¶ Returns or sets the tool display frequency
-------------------------------------Getter Method
Signature
ToolDisplayFrequencyReturns: the tool display frequency Return type: int New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToolDisplayFrequencyParameters: toolDisplayFrequency (int) – the tool display frequency New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
ToolDisplayType¶
-
OperationDisplayOptionsBuilder.ToolDisplayType¶ Returns or sets the tool display types
-------------------------------------Getter Method
Signature
ToolDisplayTypeReturns: the tool display type Return type: NXOpen.CAM.OperationDisplayOptionsBuilderToolDisplayTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToolDisplayTypeParameters: toolDisplay ( NXOpen.CAM.OperationDisplayOptionsBuilderToolDisplayTypes) – the tool display typeNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)