Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Line Class / Line Constructor / Line Constructor(Plane,Double,Double,Double,Double)
The sketch plane
Start point's X coordinate
Start point's Y coordinate
End point's X coordinate
End point's Y coordinate

In This Topic
    Line Constructor(Plane,Double,Double,Double,Double)
    In This Topic
    Sketch plane constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sketchPlane As Plane, _
       ByVal x1 As Double, _
       ByVal y1 As Double, _
       ByVal x2 As Double, _
       ByVal y2 As Double _
    )
    public Line( 
       Plane sketchPlane,
       double x1,
       double y1,
       double x2,
       double y2
    )

    Parameters

    sketchPlane
    The sketch plane
    x1
    Start point's X coordinate
    y1
    Start point's Y coordinate
    x2
    End point's X coordinate
    y2
    End point's Y coordinate
    See Also