Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Point Class / Point Constructor / Point Constructor(Plane,Point2D)
Sketch plane
Point's position

In This Topic
    Point Constructor(Plane,Point2D)
    In This Topic
    Sketch plane constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sketchPlane As Plane, _
       ByVal p As Point2D _
    )
    public Point( 
       Plane sketchPlane,
       Point2D p
    )

    Parameters

    sketchPlane
    Sketch plane
    p
    Point's position
    See Also