NX Open C++ Reference Guide
|
Represents a Display::GlobalIlluminationBuilder . More...
Public Member Functions | |
double | IntensityDouble () |
Returns the intensity control affects the brightness of the Ray Traced Studio lighting and depends on the global illumination image used Created in NX9.0.0. | |
void | SetIntensityDouble (double intensityDouble) |
Sets the intensity control affects the brightness of the Ray Traced Studio lighting and depends on the global illumination image used Created in NX9.0.0. | |
void | SetStaticFinalGatherQuality (double staticFinalGatherQuality) |
Sets the static final gather quality affects Ray Traced Studio static (still) image rendering Created in NX9.0.0. | |
void | SetStationaryFinalGatherQuality (double stationaryFinalGatherQuality) |
Sets the stationary final gather quality affects Ray Traced Studio rendering when dynamic operations stop Created in NX9.0.0. | |
double | StaticFinalGatherQuality () |
Returns the static final gather quality affects Ray Traced Studio static (still) image rendering Created in NX9.0.0. | |
double | StationaryFinalGatherQuality () |
Returns the stationary final gather quality affects Ray Traced Studio rendering when dynamic operations stop Created in NX9.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Display::GlobalIlluminationBuilder .
Global Illumination provides simulation of real-world lighting using image-based lighting. Image-Based Lighting replaces the Lights in a view with lighting effects derived from a given image. Global Illumination Final Gather settings affect the Ray Traced Studio photo-realistic display of the work view.
This class is restricted to being called from a program running during an Interactive NX session. If run from a non-interactive session it will return NULL.
To create a new instance of this class, use ViewCollection::CreateGlobalIlluminationBuilder
Created in NX9.0.0.
double NXOpen::Display::GlobalIlluminationBuilder::IntensityDouble | ( | ) |
Returns the intensity control affects the brightness of the Ray Traced Studio lighting and depends on the global illumination image used
Created in NX9.0.0.
License requirements : None
void NXOpen::Display::GlobalIlluminationBuilder::SetIntensityDouble | ( | double | intensityDouble | ) |
Sets the intensity control affects the brightness of the Ray Traced Studio lighting and depends on the global illumination image used
Created in NX9.0.0.
License requirements : None
intensityDouble | intensitydouble |
void NXOpen::Display::GlobalIlluminationBuilder::SetStaticFinalGatherQuality | ( | double | staticFinalGatherQuality | ) |
Sets the static final gather quality affects Ray Traced Studio static (still) image rendering
Created in NX9.0.0.
License requirements : None
staticFinalGatherQuality | staticfinalgatherquality |
void NXOpen::Display::GlobalIlluminationBuilder::SetStationaryFinalGatherQuality | ( | double | stationaryFinalGatherQuality | ) |
Sets the stationary final gather quality affects Ray Traced Studio rendering when dynamic operations stop
Created in NX9.0.0.
License requirements : None
stationaryFinalGatherQuality | stationaryfinalgatherquality |
double NXOpen::Display::GlobalIlluminationBuilder::StaticFinalGatherQuality | ( | ) |
Returns the static final gather quality affects Ray Traced Studio static (still) image rendering
Created in NX9.0.0.
License requirements : None
double NXOpen::Display::GlobalIlluminationBuilder::StationaryFinalGatherQuality | ( | ) |
Returns the stationary final gather quality affects Ray Traced Studio rendering when dynamic operations stop
Created in NX9.0.0.
License requirements : None