Bitbybit Docs
    Preparing search index...

    Class PathFromPolylineDto (Inputs.JSCAD)

    Feeds path.createFromPolyline: the polyline a new 2D path runs through and whether it closes back to the first point.

    Index

    Constructors

    Properties

    Constructors

    Properties

    The polyline whose points the path runs through; only X and Y are used and its own closed flag is ignored

    undefined
    
    closed: boolean

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

    false