Click or drag to resize
SoBufferedShapeUsages Enumeration

This enum is used to set the shapeUsage field.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum Usages
Members
  Member nameValueDescription
STATIC0

The shape is static or when updated the buffers are fully modified (contents replaced).

This is the default mode since most of the time this gives the best performances.

DYNAMIC1

The buffers are partially modified when a modification occurs.

In this case the frame rate could be lower but transfer time will be better. This mode should only be used in specific cases.

Remarks

It is used to optimize the location of the data in GPU memory.

See Also