SoShapeIsPrimitiveRestartAvailable Method (SoState) |
Returns true if the primitive restart feature is available.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static bool IsPrimitiveRestartAvailable(
SoState state
)
Public Shared Function IsPrimitiveRestartAvailable (
state As SoState
) As Boolean
public:
static bool IsPrimitiveRestartAvailable(
SoState^ state
)
static member IsPrimitiveRestartAvailable :
state : SoState -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
Boolean
RemarksIt is better to call this function with an SoGLContext created on the device used for rendering or with a valid state.
Primitive restart (if available) can be used with SoBufferedShape.
See Also