Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Line Class / Line Constructor / Line Constructor(Plane,Point2D,Point2D)
The sketch plane
Start point
End point

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

    Parameters

    sketchPlane
    The sketch plane
    startPoint
    Start point
    endPoint
    End point
    See Also