bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class JSCADPath

    Index

    Constructors

    • Parameters

      • jscadWorkerManager: JSCADWorkerManager

      Returns JSCADPath

    append

    • Append the path with 2D points

      Parameters

      Returns Promise<any>

      Appended path

      points

      true

    • Append the path with polyline

      Parameters

      Returns Promise<any>

      Appended path

      polyline

      true

    • Append the arc to the path

      Parameters

      Returns Promise<any>

      Appended path

      arc

      true

    create

    • Create empty 2D path

      Returns Promise<any>

      Empty path

      empty

      false

    edit

    • Closes an open 2D path

      Parameters

      Returns Promise<any>

      Closed path

      close

      true

    from

    • Create a 2D path from a list of points

      Parameters

      Returns Promise<any>

      Path

      points

      true

    • Create 2D paths from a lists of points

      Parameters

      Returns Promise<any[]>

      Paths

      paths from points

      true

    • Create a 2D path from a polyline

      Parameters

      Returns Promise<any>

      Path

      polyline

      true