SoDataCompositorpreDefCompositor Property |
Predefined composition method.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoDataCompositorPreDefCompositors> preDefCompositor { get; }
Public ReadOnly Property preDefCompositor As SoSFEnum(Of SoDataCompositorPreDefCompositors)
Get
public:
property SoSFEnum<SoDataCompositorPreDefCompositors>^ preDefCompositor {
SoSFEnum<SoDataCompositorPreDefCompositors>^ get ();
}
member preDefCompositor : SoSFEnum<SoDataCompositorPreDefCompositors> with get
Property Value
Type:
SoSFEnumSoDataCompositorPreDefCompositorsRemarks . 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