DicomObjects.NET10 Documentation
DicomObjects Namespace / Plane3D Structure
Members



In This Topic
    Plane3D Structure
    In This Topic
    Defines a plane in 3D space.
    Object Model
    Plane3D StructurePlane3D Structure
    Syntax
    'Declaration
     
    
    Public Structure Plane3D 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As Plane3D
    public struct Plane3D : System.ValueType 
    public value class Plane3D : public System.ValueType 
    Remarks
    A plane is defined in 3D space by the equation Ax + By + Cz + D = 0 This equates to a vector (the normal of the plane, whose x, y and z components equate to the coefficients A, B and C respectively), and a constant (D) which is the distance along the normal you have to go to move the plane back to the origin.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          DicomObjects.Plane3D

    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