Bitbybit Docs
    Preparing search index...

    Class PathFromPointsDto (Inputs.JSCAD)

    Feeds path.createFromPoints: the points a new 2D path runs through and whether it closes back to the first.

    Index

    Constructors

    Properties

    Constructors

    Properties

    points: Point2[]

    The points the path runs through, in order; only X and Y are used and repeated consecutive points are dropped

    undefined
    
    closed: boolean

    When true, the last point joins back to the first and the path accepts no more points

    false