Bitbybit Docs
    Preparing search index...

    Class MirrorAlongNormalDto<T> (Inputs.OCCT)

    A shape and a plane for transforms.mirrorAlongNormal, which mirrors the shape across the plane through origin with the given normal.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shape: T

    The shape to mirror; it stays as it is and a mirrored copy comes back.

    undefined
    
    origin: Point3

    A point on the mirror plane.

    [0, 0, 0]
    
    normal: Vector3

    The normal of the mirror plane.

    [0, 0, 1]