DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / Plane3D Structure / Plane3D Constructor / Plane3D Constructor(Vector3D,Vector3D,Vector3D)
First point.
Second point.
Third point.

In This Topic
    Plane3D Constructor(Vector3D,Vector3D,Vector3D)
    In This Topic
    Construct a plane from 3 coplanar points.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal point0 As System.Windows.Media.Media3D.Vector3D, _
       ByVal point1 As System.Windows.Media.Media3D.Vector3D, _
       ByVal point2 As System.Windows.Media.Media3D.Vector3D _
    )
    public Plane3D( 
       System.Windows.Media.Media3D.Vector3D point0,
       System.Windows.Media.Media3D.Vector3D point1,
       System.Windows.Media.Media3D.Vector3D point2
    )

    Parameters

    point0
    First point.
    point1
    Second point.
    point2
    Third point.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also