Eyeshot 10 WinForms API Reference
Line Constructor(Plane,Double,Double,Double,Double)

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
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

Reference

Line Class
Line Members
Overload List