Click or drag to resize
SoGLDisplayListClose Method

For DISPLAY_LIST objects, closes the display list (calls glEndList).

Namespace: OIV.Inventor.OglObjects
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public bool Close(
	SoState state
)

Parameters

state
Type: OIV.Inventor.MiscSoState

Return Value

Type: Boolean
Remarks

Returns false if display list cannot be closed properly. If the display mode is COMPILE_AND_EXECUTE , the display list will automatically be invoked, else use the call() method to invoke it. COMPILE_AND_EXECUTE is the default, see the setCompileAndExecute() method.

For other object types, does nothing.

See Also