Click or drag to resize
SoDepthBufferElementGet Method

Returns current depth buffer parameters.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void Get(
	SoState state,
	out bool test,
	out bool write,
	out SoDepthBufferElementDepthWriteFunctions function,
	out SbVec2f range
)

Parameters

state
Type: OIV.Inventor.MiscSoState
test
Type: SystemBoolean
write
Type: SystemBoolean
function
Type: OIV.Inventor.ElementsSoDepthBufferElementDepthWriteFunctions
range
Type: OIV.InventorSbVec2f
Remarks