brepjs API Reference
    Preparing search index...

    Interface GenericSweepOptions

    Configuration for sweep operations in the OO API.

    interface GenericSweepOptions {
        auxiliarySpine?: Edge | Wire;
        forceProfileSpineOthogonality?: boolean;
        frenet?: boolean;
        law?: any;
        support?: any;
        transitionMode?: "right" | "transformed" | "round";
        withContact?: boolean;
    }

    Hierarchy

    Index

    Properties

    auxiliarySpine?: Edge | Wire

    Auxiliary spine for twist control (Wire or Edge in OO API)

    forceProfileSpineOthogonality?: boolean

    Force profile to be orthogonal to spine

    frenet?: boolean

    Use Frenet trihedron for profile orientation

    law?: any

    Scaling law along the path

    support?: any

    Support surface for constrained sweeps

    transitionMode?: "right" | "transformed" | "round"

    Transition mode at corners: 'right' (sharp), 'transformed', or 'round'

    withContact?: boolean

    Enable contact detection