Eyeshot 10 WinForms API Reference
LinearPath Constructor(Point3D[])

WinForms Assembly > devDept.Eyeshot.Entities Namespace > LinearPath Class > LinearPath Constructor : LinearPath Constructor(Point3D[])
The point list
Point list constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal ParamArray points() As Point3D _
)
public LinearPath( 
   params Point3D[] points
)

Parameters

points
The point list
See Also

Reference

LinearPath Class
LinearPath Members
Overload List