Bitbybit Docs
    Preparing search index...

    Class MirrorShapesDto<T> (Inputs.OCCT)

    Shapes and one mirror axis each for transforms.mirrorShapes; all the lists must have the same length.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shapes: T[]

    The shapes to mirror; they stay as they are and mirrored copies come back in the same order.

    undefined
    
    origins: Point3[]

    One point per shape on its mirror axis.

    [[0, 0, 0]]
    
    directions: Vector3[]

    One mirror axis direction per shape.

    [[0, 0, 1]]