Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / GetPlane Method

In This Topic
    GetPlane Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetPlane( _
       ByVal p1 As Point3D, _
       ByVal p2 As Point3D, _
       ByVal p3 As Point3D, _
       ByRef plane As Plane _
    ) As Boolean
    public static bool GetPlane( 
       Point3D p1,
       Point3D p2,
       Point3D p3,
       out Plane plane
    )

    Parameters

    p1
    p2
    p3
    plane
    See Also