brepjs API Reference
    Preparing search index...

    Interface LoftOptions

    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 LoftOptions {
        ruled?: boolean;
    }
    Index
    ruled?: boolean