SoBufferedShapeshapeUsage Property |
Defines the usage of the shape.
Namespace: OIV.Inventor.Nodes
Some optimizations can be performed when we know the usage of the shape. Most of the time if the buffer objects attached to the shape are updated on a regular basis prefer using DYNAMIC, otherwise prefer STATIC.
STATIC provides the best performance when the content of the buffer is never modified or modified infrequently.
. The default value is STATIC.
Note |
---|
Field available since Open Inventor 9.2 |