brepjs API Reference
    Preparing search index...

    Interface MirrorOptions

    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 MirrorOptions {
        at?: Vec3Input;
        normal?: Vec3Input;
    }
    Index

    Properties

    Properties

    normal?: Vec3Input