Click or drag to resize
SoBufferedShapeshapeUsage Property

Defines the usage of the shape.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SoBufferedShapeUsages> shapeUsage { get; }

Property Value

Type: SoSFEnumSoBufferedShapeUsages
Remarks

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 Note

Field available since Open Inventor 9.2

See Also