Specifies the bounds of the subvolume that will be rendered. 
 
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoSFBox3i32 subVolume { get; }Public ReadOnly Property subVolume As SoSFBox3i32
	Get
public:
property SoSFBox3i32^ subVolume {
	SoSFBox3i32^ get ();
}member subVolume : SoSFBox3i32 with get
Property Value
Type: 
SoSFBox3i32
RemarksBy default, it is an empty box and has no effect. The subvolume is always a simple box. 
See Also