Click or drag to resize
SoFenceSliceIsSupported Method (SoState)

Returns true if graphic card can render an OIV.VolumeViz.Nodes.SoFenceSlice.

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

Parameters

state
Type: OIV.Inventor.MiscSoState

Return Value

Type: Boolean
Remarks

GPU must support GLSL. When using a debug build of Open Inventor, some "no context available" warning messages may be generated. You can ignore them or see OIV.Inventor.Devices.SoGLExtension for an example of using OIV.Inventor.Devices.SoGLContext to avoid them.

See Also