DisplayPaint Class

class NXOpen.CAM.DisplayPaint

Bases: NXOpen.TaggedObject

Represents 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 ArrowDisplayFlag

Returns:the arrow display flag
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ArrowDisplayFlag

Parameters: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 FeedDisplayFlag

Returns:the feed display flag
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature FeedDisplayFlag

Parameters:feedDisplay (bool) – the feed display flag

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)