DicomObjects.NET.V8
DicomObjects Namespace / Plane3D Structure / Normal Property



In This Topic
    Normal Property
    In This Topic
    Direction the plane is facing.
    Syntax
    'Declaration
     
    Public Property Normal As Vector3D
    'Usage
     
    Dim instance As Plane3D
    Dim value As Vector3D
     
    instance.Normal = value
     
    value = instance.Normal
    public Vector3D Normal {get; set;}
    public:
    property Vector3D Normal {
       Vector3D get();
       void set (    Vector3D value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also