Eyeshot 10 WinForms API Reference
LinearPath Constructor(Plane,Point2D[])

WinForms Assembly > devDept.Eyeshot.Entities Namespace > LinearPath Class > LinearPath Constructor : LinearPath Constructor(Plane,Point2D[])
The sketch plane
The 2D point array
Sketch pln constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal sketchPlane As Plane, _
   ByVal ParamArray points() As Point2D _
)
public LinearPath( 
   Plane sketchPlane,
   params Point2D[] points
)

Parameters

sketchPlane
The sketch plane
points
The 2D point array
See Also

Reference

LinearPath Class
LinearPath Members
Overload List