| 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: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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