Click or drag to resize
SoShapeIsPrimitiveRestartAvailable Method (SoState)

Returns true if the primitive restart feature is available.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static bool IsPrimitiveRestartAvailable(
	SoState state
)

Parameters

state
Type: OIV.Inventor.MiscSoState

Return Value

Type: Boolean
Remarks

It is better to call this function with an OIV.Inventor.Devices.SoGLContext created on the device used for rendering or with a valid state.

Primitive restart (if available) can be used with OIV.Inventor.Nodes.SoBufferedShape.

See Also