brepjs API Reference
    Preparing search index...

    Type Alias SplineOptions

    SplineOptions:
        | SplineTangent
        | {
            endFactor?: number;
            endTangent?: SplineTangent;
            startFactor?: number;
            startTangent?: StartSplineTangent;
        }

    Configuration for GenericSketcher.smoothSplineTo.

    Can be a single tangent value (applied to the end), or an object with separate start/end tangents and distance factors.