Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / Plane Constructor / Plane Constructor(Point3D,Vector3D)
Point on the plane
Non-zero normal to the plane

In This Topic
    Plane Constructor(Point3D,Vector3D)
    In This Topic
    3D point and normal vector constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal P As Point3D, _
       ByVal N As Vector3D _
    )
    public Plane( 
       Point3D P,
       Vector3D N
    )

    Parameters

    P
    Point on the plane
    N
    Non-zero normal to the plane
    See Also