SoVRRasterStackReaderSetSize Method |
Defines the bounding box size in physical units of the data set.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetSize(
out SbBox3f size
)
Public Sub SetSize (
<OutAttribute> ByRef size As SbBox3f
)
public:
void SetSize(
[OutAttribute] SbBox3f% size
)
member SetSize :
size : SbBox3f byref -> unit
Parameters
- size
- Type: OIV.InventorSbBox3f
Remarks See Also