DicomObjects.NET.8.48 Documentation
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 System.Windows.Media.Media3D.Vector3D
    'Usage
     
    
    Dim instance As Plane3D
    Dim value As System.Windows.Media.Media3D.Vector3D
     
    instance.Normal = value
     
    value = instance.Normal
    public System.Windows.Media.Media3D.Vector3D Normal {get; set;}
    public read-write property Normal: System.Windows.Media.Media3D.Vector3D; 
    public function get,set Normal : System.Windows.Media.Media3D.Vector3D
    public: __property System.Windows.Media.Media3D.Vector3D get_Normal();
    public: __property void set_Normal( 
       System.Windows.Media.Media3D.Vector3D value
    );
    public:
    property System.Windows.Media.Media3D.Vector3D Normal {
       System.Windows.Media.Media3D.Vector3D get();
       void set (    System.Windows.Media.Media3D.Vector3D value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also