brepjs API Reference
    Preparing search index...

    Interface ExtrusionProfile

    Configuration for extrusion profile scaling along the path.

    interface ExtrusionProfile {
        endFactor?: number;
        profile?: "s-curve" | "linear";
    }
    Index

    Properties

    Properties

    endFactor?: number

    End scale factor (1 = same size, 0.5 = half size at end)

    profile?: "s-curve" | "linear"

    Profile curve type: 's-curve' for smooth easing, 'linear' for constant scaling