DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage3D Class / CutPolygon Field

In This Topic
    CutPolygon Field
    In This Topic
    The list of cut planes for a polgon applied to the view of the object
    Syntax
    'Declaration
     
    
    Public CutPolygon As System.Collections.Generic.List(Of Vector4)
    public System.Collections.Generic.List<Vector4> CutPolygon
    Remarks
    The invertplanes are in real-world units, and limit display to an area where point A,B,C is displayed only if AX + BY + CZ + W > 0 where X,Y,Z & W are the components of the cutplane vector.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also