Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMentalRayRenderSettings::rayTraceDepth Method
Syntax
C++
void rayTraceDepth(int& reflection, int& refraction, int& sum) const;

Returns the maximum ray trace depths for this MentalRayRenderSettings object. 

 

Parameters
Description
reflection
[out] Receives the maximum number of ray reflections.
refraction
[out] Receives the maximum number of ray refractions.
sum
[out] Receives the maximum number of ray reflections and refractions.
Copyright © 2002-2022. Open Design Alliance All rights reserved.