NX Open C++ Reference Guide
|
Represents a Display::Scene A scene is comprised of background, stage, reflection, lights and image-based lighting subobjects. More...
Public Member Functions | |
NXOpen::Display::Background * | Background () |
Returns the background - use to define how background pixels are displayed Created in NX5.0.0. | |
NXOpen::Display::ImageBasedLighting * | ImageBasedLighting () |
Returns the image-based lighting - optionally use to by-pass lights with image-based lighting, where lighting effects are derived from a given image file Created in NX5.0.0. | |
NXOpen::Display::Lighting * | Lighting () |
Returns the lights - use to define light settings for the given lights Created in NX5.0.0. | |
NXOpen::Display::Reflection * | Reflection () |
Returns the reflection - use to define what will be reflected in shiny objects Created in NX5.0.0. | |
NXOpen::Display::Stage * | Stage () |
Returns the stage - use to optionally define a box that can have between one and six visible "walls" Created in NX5.0.0. |
Represents a Display::Scene A scene is comprised of background, stage, reflection, lights and image-based lighting subobjects.
You optionally specify a scene for display in Studio rendering style and High Quality Images.
To create a new instance of this class, use ViewCollection::CreateScene
Created in NX5.0.0.
Returns the background - use to define how background pixels are displayed
Created in NX5.0.0.
License requirements : None
Returns the image-based lighting - optionally use to by-pass lights with image-based lighting, where lighting effects are derived from a given image file
Created in NX5.0.0.
License requirements : None
Returns the lights - use to define light settings for the given lights
Created in NX5.0.0.
License requirements : None
Returns the reflection - use to define what will be reflected in shiny objects
Created in NX5.0.0.
License requirements : None
Returns the stage - use to optionally define a box that can have between one and six visible "walls"
Created in NX5.0.0.
License requirements : None