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