DicomObjects.NET.V8
DicomObjects Namespace / DicomImage3D Class / CutPlanes Property



CutPlanes Property
The list of cutplanes applied to the view of the object
Syntax
public List<Vector4> CutPlanes {get;}
public:
property List<Vector4>^ CutPlanes {
   List<Vector4>^ get();
}
'Declaration
 
Public ReadOnly Property CutPlanes As List(Of Vector4)
 
'Usage
 
Dim instance As DicomImage3D
Dim value As List(Of Vector4)
 
value = instance.CutPlanes
Remarks
The cutplanes 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 3.5 or higher

See Also