SoRenderToTargetmodes Property |
This defines the mode modifier for the targets.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoMFEnum<SoRenderToTargetModeType> modes { get; }
Public ReadOnly Property modes As SoMFEnum(Of SoRenderToTargetModeType)
Get
public:
property SoMFEnum<SoRenderToTargetModeType>^ modes {
SoMFEnum<SoRenderToTargetModeType>^ get ();
}
member modes : SoMFEnum<SoRenderToTargetModeType> with get
Property Value
Type:
SoMFEnumSoRenderToTargetModeType
RemarksFor each target it is possible to specify a mode. Use enum Mode. Default is AUTO.
NOTE: This field is indexed using the Attachment enum. For example (in pseudo-code):
See Also