SoOffscreenVolumeRendertrigger Property |
Setting this field to true will start the off-screen rendering process.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFBool trigger { get; }
Public ReadOnly Property trigger As SoSFBool
Get
public:
property SoSFBool^ trigger {
SoSFBool^ get ();
}
member trigger : SoSFBool with get
Property Value
Type:
SoSFBoolRemarks This field is set to false when computation is finished. Default is false.
See Also