Click or drag to resize
SoDataCompositorconvert Property

If the convert field is true, LDM will call the compose method after automatically converting data to the final data type if necessary.

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

Property Value

Type: SoSFBool
Remarks

Otherwise the compose method is called without conversion and the application is responsible for handling the conversion. Default is true.

See Also