brepjs API Reference
    Preparing search index...

    Type Alias CurveType

    CurveType:
        | "LINE"
        | "CIRCLE"
        | "ELLIPSE"
        | "HYPERBOLA"
        | "PARABOLA"
        | "BEZIER_CURVE"
        | "BSPLINE_CURVE"
        | "OFFSET_CURVE"
        | "OTHER_CURVE"

    Discriminant for the geometric type of a 3D curve.