Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PlaneEquation Class / PlaneEquation Constructor / PlaneEquation Constructor(Point3D,Vector3D)
3D point on the plane
3D vector perpendicular to the plane

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

    Parameters

    P
    3D point on the plane
    N
    3D vector perpendicular to the plane
    See Also