brepjs API Reference
    Preparing search index...

    Interface InterpolateCurveOptions

    Options for BSpline interpolation through points.

    interface InterpolateCurveOptions {
        periodic?: boolean;
        tolerance?: number;
    }
    Index

    Properties

    periodic?: boolean

    If true, create a periodic (closed) BSpline.

    tolerance?: number

    Fitting tolerance (default varies by kernel).