NX Open C++ Reference Guide
|
Represents a Display::CgfxAttributeValueColor3Builder builder
Created in NX5.0.0.
More...
Public Member Functions | |
std::vector< double > | GetColor3Value () |
Gets the CgFX material attribute's array of 3 double values used to represent a color (RGB) | |
void | SetColor3Value (const std::vector< double > &color3Value) |
Sets the CgFX material attribute's array of 3 double values used to represent a color (RGB) Created in NX5.0.0. |
Represents a Display::CgfxAttributeValueColor3Builder builder
Created in NX5.0.0.
std::vector<double> NXOpen::Display::CgfxAttributeValueColor3Builder::GetColor3Value | ( | ) |
Gets the CgFX material attribute's array of 3 double values used to represent a color (RGB)
void NXOpen::Display::CgfxAttributeValueColor3Builder::SetColor3Value | ( | const std::vector< double > & | color3Value | ) |
Sets the CgFX material attribute's array of 3 double values used to represent a color (RGB)
Created in NX5.0.0.
License requirements : None
color3Value | Array of 3 RGB values, each between 0.0 and 1.0 |