brepjs API Reference
    Preparing search index...

    Interface MirrorOptions

    Options for mirror.

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

    Properties

    Properties

    at?: Vec3

    Plane origin. Default: [0, 0, 0].

    normal?: Vec3

    Plane normal. Default: [1, 0, 0].

    origin?: Vec3

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