DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomVolume Class / Extent Property

In This Topic
    Extent Property
    In This Topic
    The size of the 3D volume.
    Syntax
    'Declaration
     
    
    Public Property Extent As System.Windows.Media.Media3D.Point3D
    public System.Windows.Media.Media3D.Point3D Extent {get; set;}
    Remarks

    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.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also