NX Open C++ Reference Guide
|
Represents a Display::CgfxAttributeValueFloat3Builder builder
Created in NX5.0.0.
More...
Public Member Functions | |
std::vector< double > | GetFloat3Value () |
Gets the CgFX material attribute's array of 3 double values; these are float data types in a CgFX file. | |
void | SetFloat3Value (const std::vector< double > &doubleTableValue) |
Sets the CgFX material attribute's array of 3 double values; these are float data types in a CgFX file Created in NX5.0.0. |
Represents a Display::CgfxAttributeValueFloat3Builder builder
Created in NX5.0.0.
std::vector<double> NXOpen::Display::CgfxAttributeValueFloat3Builder::GetFloat3Value | ( | ) |
Gets the CgFX material attribute's array of 3 double values; these are float data types in a CgFX file.
void NXOpen::Display::CgfxAttributeValueFloat3Builder::SetFloat3Value | ( | const std::vector< double > & | doubleTableValue | ) |
Sets the CgFX material attribute's array of 3 double values; these are float data types in a CgFX file
Created in NX5.0.0.
License requirements : None
doubleTableValue | array of 3 doubles |