'Declaration Public Property Extent As Point3D
'Usage Dim instance As DicomVolume Dim value As Point3D instance.Extent = value value = instance.Extent
public Point3D Extent {get; set;}
'Declaration Public Property Extent As Point3D
'Usage Dim instance As DicomVolume Dim value As Point3D instance.Extent = value value = instance.Extent
public Point3D Extent {get; set;}
This is the size of the regular cuboid (in mm, real world units), centred on Centre, which contains the entire 3D volume.
If the data is skewed, or angled relative to the primary axes, then the volume defined by this property may be considerably larger than the actual volume of the data.