Click or drag to resize
SoBufferedShapeindexBuffer Property

Buffer object that contains the (optional) indices.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFBufferObject indexBuffer { get; }

Property Value

Type: SoSFBufferObject
Remarks

Default is no buffer. Note: This buffer must be an SoCpuBufferObject or an SoGLBufferObject with target = ELEMENT_ARRAY_BUFFER.

See Also