Click or drag to resize
SoBufferedShapeprimitiveRestartEnabled Property

Enable/disable the primitive restart feature.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool primitiveRestartEnabled { get; }

Property Value

Type: SoSFBool
Remarks

Default is false. Primitive restart allows you to define multiple indexed strip shapes using only one index buffer. Each time the primitive restart index is reached a new strip or loop of primitives is emitted. This feature is similar to the "-1" that can be used in the OIV indexed shapes This also means that the availability must be checked before being used

Limitations: Enabling primitive restart disables the normal generator.

Note Note

Field available since Open Inventor 8.5

See Also