SoGLRenderActionIsDoingDepthPeeling Method |
Return true if depth peeling is active.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool IsDoingDepthPeeling()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function IsDoingDepthPeeling As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool IsDoingDepthPeeling()
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member IsDoingDepthPeeling : unit -> bool
Return Value
Type:
BooleanRemarks See Also