Bitbybit Docs
    Preparing search index...

    Class AlignShapesDto<T> (Inputs.OCCT)

    Shapes and one from and to frame each for transforms.alignShapes; all the lists must have the same length.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    shapes: T[]

    The shapes to move.

    undefined
    
    fromOrigins: Point3[]

    One point per shape that is carried onto the matching toOrigins entry.

    [[0, 0, 0]]
    
    fromDirections: Vector3[]

    One direction per shape that is carried onto the matching toDirections entry.

    [[0, 0, 1]]
    
    toOrigins: Point3[]

    One point per shape for its fromOrigins entry to land on.

    [[0, 1, 0]]
    
    toDirections: Vector3[]

    One direction per shape for its fromDirections entry to land on.

    [[0, 1, 0]]