Bitbybit Docs
    Preparing search index...

    Class MirrorAlongNormalShapesDto<T> (Inputs.OCCT)

    Shapes and one mirror plane each for transforms.mirrorAlongNormalShapes; 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 plane.

    [[0, 0, 0]]
    
    normals: Vector3[]

    One mirror plane normal per shape.

    [[0, 0, 1]]