NX Open C++ Reference Guide
|
Represents a Display::Lighting Lights are used to illuminate the scene in Shaded and Studio rendering styles, as well as in High Quality Images. More...
Public Member Functions | |
NXOpen::Display::LightBuilder * | GetLightBuilderFromList (int index) |
Returns a light builder, given by the index, in the array of lights assigned to the work view. | |
int | GetNumLightBuilders () |
Returns the total number of light builders in the given lighting list. | |
void | SetLightBuilderInList (int index, NXOpen::Display::LightBuilder *light) |
Sets a light builder in the array at the given index Created in NX5.0.0. |
Represents a Display::Lighting Lights are used to illuminate the scene in Shaded and Studio rendering styles, as well as in High Quality Images.
To create a new instance of this class, use ViewCollection::CreateLighting
Created in NX5.0.0.
Returns a light builder, given by the index, in the array of lights assigned to the work view.
index | index to the array of light builders |
Returns the total number of light builders in the given lighting list.
void NXOpen::Display::Lighting::SetLightBuilderInList | ( | int | index, |
NXOpen::Display::LightBuilder * | light | ||
) |
Sets a light builder in the array at the given index
Created in NX5.0.0.
License requirements : None
index | index to the array of light builders |
light | the light builder |