Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / LinearPath Constructor / LinearPath Constructor(Plane,Point2D[])
The sketch plane
The 2D point array

In This Topic
    LinearPath Constructor(Plane,Point2D[])
    In This Topic
    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