brepjs API Reference
    Preparing search index...

    Interface MirrorJoinOptions

    Options for the mirrorJoin() compound operation.

    interface MirrorJoinOptions {
        at?: Vec3;
        normal?: Vec3;
        origin?: Vec3;
    }
    Index

    Properties

    Properties

    at?: Vec3

    Mirror plane origin. Default: [0, 0, 0].

    normal?: Vec3

    Mirror plane normal. Default: [1, 0, 0] (mirror across YZ plane).

    origin?: Vec3

    Use at instead. Will be removed in v8.0.0.