Bitbybit Docs
    Preparing search index...

    Class MirrorDto<T> (Inputs.OCCT)

    A shape and an axis for transforms.mirror, which mirrors the shape across the line through origin along direction.

    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 axis.

    [0, 0, 0]
    
    direction: Vector3

    The direction of the mirror axis.

    [0, 0, 1]