Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Point Class / Point Constructor / Point Constructor(Plane,Double,Double)
Sketch plane
Point's X coordinate
Point's Y coordinate

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

    Parameters

    sketchPlane
    Sketch plane
    x
    Point's X coordinate
    y
    Point's Y coordinate
    See Also