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