Click or drag to resize
SoDataCompositorpreDefCompositor Property

Predefined composition method.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SoDataCompositorPreDefCompositors> preDefCompositor { get; }

Property Value

Type: SoSFEnumSoDataCompositorPreDefCompositors
Remarks

. Default is MINUS. If preDefCompositor is set to NONE, then LDM will call one of the virtual compose methods. Otherwise it will use the specified composition operator.

See Also