Bitbybit Docs
    Preparing search index...

    Type Alias PathSegment (Inputs.OCCT)

    PathSegment:
        | PathLineSegment
        | PathQuadraticSegment
        | PathCubicSegment
        | PathArcSegment

    One segment of an SVG-style path: a line, a quadratic or cubic Bezier, or an arc. A path is a list of these, which is how imported SVG outlines are represented before they become wires.