Click or drag to resize
SoDataSetallocateResourceOnRender Property

Indicates if resource allocation is done only on first render traversal or as soon as the node is created.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool allocateResourceOnRender { get; }

Property Value

Type: SoSFBool
Remarks

Default is true. It must be set to false if the dataset is not inserted in a scene graph but will be used for data access for example. Otherwise, memory resources will still remain on default value.

See Also