DicomObjects Reference
DicomObjects Reference / DicomVolume Object / Make3D Method
In This Topic
    Make3D Method
    In This Topic
    Description
    Create a 3D image from a DicomVolume and with a defined rendering mode
    Syntax
    Visual Basic
    Public Function Make3D( _
       ByVal Mode As do3DMode _
    ) As DicomImage
    Parameters
    Mode
    ValueDescription
    do2DNormal 2D display
    doAverageAverage - this is like MPR, but with a finite thickness
    doCurvedMPR 
    doFusionFusion image
    doMaximumMaximum Intensity Projection
    doMinimumMinimum Intensity Projection
    doMPRMulti-Planar Reformatting
    doVRVolume Rendering
    Remarks

    Unlike in earlier versions of DicomObjects, MPR, MIP, VR & Slab/Average are all handled by the same class, allowing the view to be changed at will simply by changing the do3DMode property.

    The members of the Projection property allow the projection to be rotated, zoomed etc., and these transformations are retained when changing views.

    Multiple DicomImage objects may share the same Volume, greatly reducing memory requirements.

    See Also