Click or drag to resize
SoDataCompositorpreDefCompositor Property

Predefined composition method.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
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