DisplayPaint Class¶
-
class
NXOpen.CAM.DisplayPaint¶ Bases:
NXOpen.TaggedObjectRepresents a display paint Builder
This is an abstract class and cannot be instantiated.
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| ArrowDisplayFlag | Returns or sets the arrow display flag |
| FeedDisplayFlag | Returns or sets the feed display flag |
| Tag | Returns the Tag for this object. |
Methods¶
Property Detail¶
ArrowDisplayFlag¶
-
DisplayPaint.ArrowDisplayFlag¶ Returns or sets the arrow display flag
-------------------------------------Getter Method
Signature
ArrowDisplayFlagReturns: the arrow display flag Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ArrowDisplayFlagParameters: arrowDisplay (bool) – the arrow display flag New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
FeedDisplayFlag¶
-
DisplayPaint.FeedDisplayFlag¶ Returns or sets the feed display flag
-------------------------------------Getter Method
Signature
FeedDisplayFlagReturns: the feed display flag Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FeedDisplayFlagParameters: feedDisplay (bool) – the feed display flag New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)