SoVolumeClippingGroupIsSupported Method (SoState) |
Indicates if volume clipping is supported by your graphics board.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static bool IsSupported(
SoState state
)
Public Shared Function IsSupported (
state As SoState
) As Boolean
public:
static bool IsSupported(
SoState^ state
)
static member IsSupported :
state : SoState -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
Boolean
RemarksWhen using a debug build of Open Inventor, some "no context available" warning messages may be generated. You can ignore them or see SoGLExtension for an example of using SoGLContext to avoid them.
See Also