Bitbybit Docs
    Preparing search index...

    Class PathAppendPointsDto (Inputs.JSCAD)

    path.appendPoints 提供一条开放的 2D 路径和要添加到其最后一个点之后的点。

    Index

    Constructors

    Properties

    Constructors

    Properties

    points: Point2[]

    要添加到路径最后一个点之后的点,按顺序排列;只使用 X 和 Y

    undefined
    

    要延长的开放 2D 路径;它保持原样,并返回一个更长的副本。闭合路径会抛出错误

    undefined