DicomObjects.NET10 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 List(Of Vector4)
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As List(Of Vector4)
     
    value = instance.CutPolygon
     
    instance.CutPolygon = value
    public List<Vector4> CutPolygon
    public:
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also