Bitbybit Docs
    Preparing search index...

    Class OCCTPath

    Generic 2D-path builder (worker facade). Describe a complex path with the line/quadratic/cubic/arc vocabulary and build a wire or face in a single call. SVG-agnostic; also used by the SVG importer.

    Index

    Constructors

    Properties

    create

    Constructors

    • Parameters

      • occWorkerManager: OCCTWorkerManager

      Returns OCCTPath

    Properties

    occWorkerManager: OCCTWorkerManager

    create

    • Builds a single shape (wire, compound of wires, or a face when makeFaces is set) from path subpaths.

      Parameters

      • inputs: ShapeFromPathDto

        Subpaths described with the line/quadratic/cubic/arc vocabulary plus placement options

      Returns Promise<TopoDSShapePointer>

      shape from path

      true