Bitbybit Docs
    Preparing search index...

    Class PathAppendPointsDto (Inputs.JSCAD)

    Feeds path.appendPoints: an open 2D path and the points to add after its last point.

    Index

    Constructors

    Properties

    Constructors

    Properties

    points: Point2[]

    The points to add after the path's last point, in order; only X and Y are used

    undefined
    

    The open 2D path to extend; it stays as it is and a longer copy comes back. A closed path throws an error

    undefined