SoVolumeGroupmultiVolumes Property |
Activates the multi-volumes feature.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFBool multiVolumes { get; }
Public ReadOnly Property multiVolumes As SoSFBool
Get
public:
property SoSFBool^ multiVolumes {
SoSFBool^ get ();
}
member multiVolumes : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksDefault is true. If set to false, behaves as a regular SoGroup.
See Also