NX Open C++ Reference Guide
|
Represents a standard NX color. More...
Classes | |
struct | Factory |
This class exists only to aid NX internally. More... | |
struct | Rgb |
RGB values. More... | |
Public Member Functions | |
NXOpen::NXColor::Rgb | GetRgb () |
Gets the RGB values in the display part. | |
int | Handle () const |
Returns an integer identifier for this object. | |
NXString | Label () |
Returns the label in the display part Created in NX5.0.0. |
Represents a standard NX color.
The RGB values and name for a particular NXColor object depend on the part. Hence, if you look up an NXColor object in one part and use it in another part, the object may have different RGB values in the other part.
Created in NX5.0.0.
Gets the RGB values in the display part.
int NXOpen::NXColor::Handle | ( | ) | const |
Returns an integer identifier for this object.
This identifier can be used in methods that require an integer representation of this object, such as User Function methods.
Returns the label in the display part
Created in NX5.0.0.
License requirements : None