brepjs API Reference
    Preparing search index...

    Interface SweepNodeOptions

    CSG IR — Constructive Solid Geometry as an Intermediate Representation.

    Build a content-addressed DAG of primitives, booleans, and transforms; parameterize via named expression bindings; evaluate against the active kernel with subtree-level cache reuse for incremental parametric edits.

    interface SweepNodeOptions {
        frenet?: boolean;
    }
    Index
    frenet?: boolean