SoDataCompositorpreDefCompositor Property |
Predefined composition method.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic 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:
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