Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / CreateFromPoints Method
First point (Origin)
Second point (X axis)
Third point (Y axis)

In This Topic
    CreateFromPoints Method
    In This Topic
    Creates the plane from three non collinear points.
    Syntax
    'Declaration
     
    Public Function CreateFromPoints( _
       ByVal P As Point3D, _
       ByVal Q As Point3D, _
       ByVal R As Point3D _
    ) As Boolean
    public bool CreateFromPoints( 
       Point3D P,
       Point3D Q,
       Point3D R
    )

    Parameters

    P
    First point (Origin)
    Q
    Second point (X axis)
    R
    Third point (Y axis)
    See Also