VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / CreatePlanarSlice(VintasoftPoint3D,VintasoftVector3D,VintasoftVector3D) Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    CreatePlanarSlice(VintasoftPoint3D,VintasoftVector3D,VintasoftVector3D) Method (MprImage)
    In This Topic
    Creates the MPR planar slice as the minimum intersection of the plane, which is defined by the location and direction vectors, and this MPR image.
    Syntax

    Parameters

    location
    Location of the plane.
    xAxis
    The X-axis direction vector of the plane.
    yAxis
    The Y-axis direction vector of the plane.

    Return Value

    The MPR planar slice.
    Exceptions
    ExceptionDescription
    Thown if X axis or Y axis of the slice is not a unit vector.
    Remarks

    The resulting slice location can differ from the input slice location.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also