Click or drag to resize
SoBufferedShapeUsages Enumeration

This enum is used to set the OIV.Inventor.Nodes.SoBufferedShape.shapeUsage field.

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

The shape is static, its buffers are never modified or modified infrequently.

DYNAMIC1

The shape is dynamic, this will prevent some optimizations but it is recommended when the buffers are modified on a regular basis.

Remarks