RayTracedStudioBuilderStationaryDisplayQualityType Enumeration

NXOpen.Display.RayTracedStudioBuilder.StationaryDisplayQualityType is an alias for NXOpen.Display.RayTracedStudioBuilderStationaryDisplayQualityType

class NXOpen.Display.RayTracedStudioBuilderStationaryDisplayQualityType

Bases: object

To specify the quality and performance of the Ray Traced Studio display. In the RTRT stationary mode, when dynamic interaction stops, these are High. Medium, and Low options. In the IRay+ dynamci rendering mode, these become Photoreal, Qualtiy Interactive, and Fast Interactive options.

Enum Members

Enum Member Enum Member Description
High Very good ray traced display quality (Photoreal for Iray+)
Medium Good ray traced display quality with good performance (Qualtiy Interactive for Iray+)
Low The fastest ray traced display performance with preview quality (Fast Interactive for Iray+)
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.