NX Open C++ Reference Guide
|
Represents a display paint Builder
This is an abstract class and cannot be instantiated.
More...
Public Member Functions | |
bool | ArrowDisplayFlag () |
Returns the arrow display flag Created in NX7.5.0. | |
bool | FeedDisplayFlag () |
Returns the feed display flag Created in NX7.5.0. | |
void | SetArrowDisplayFlag (bool arrowDisplay) |
Sets the arrow display flag Created in NX7.5.0. | |
void | SetFeedDisplayFlag (bool feedDisplay) |
Sets the feed display flag Created in NX7.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a display paint Builder
This is an abstract class and cannot be instantiated.
Created in NX7.5.0.
bool NXOpen::CAM::DisplayPaint::ArrowDisplayFlag | ( | ) |
Returns the arrow display flag
Created in NX7.5.0.
License requirements : None
bool NXOpen::CAM::DisplayPaint::FeedDisplayFlag | ( | ) |
Returns the feed display flag
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::DisplayPaint::SetArrowDisplayFlag | ( | bool | arrowDisplay | ) |
Sets the arrow display flag
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
arrowDisplay | the arrow display flag |
void NXOpen::CAM::DisplayPaint::SetFeedDisplayFlag | ( | bool | feedDisplay | ) |
Sets the feed display flag
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
feedDisplay | the feed display flag |