DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / CutPlanes Property



In This Topic
    CutPlanes Property
    In This Topic
    List of cut planes applied to the 3D volume.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CutPlanes As List(Of Vector4)
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As List(Of Vector4)
     
    value = instance.CutPlanes
    public List<Vector4> CutPlanes {get;}
    public:
    property List<Vector4>^ CutPlanes {
       List<Vector4>^ get();
    }
    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