SoBufferedShapeUsages Enumeration |
This enum is used to set the OIV.Inventor.Nodes.SoBufferedShape.shapeUsage field.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
STATIC | 0 | The shape is static, its buffers are never modified or modified infrequently. | |
DYNAMIC | 1 | The shape is dynamic, this will prevent some optimizations but it is recommended when the buffers are modified on a regular basis. |