Bitbybit Docs
    Preparing search index...

    Class RotateAroundCenterShapesDto<T> (Inputs.OCCT)

    Shapes and one angle, center and axis each for transforms.rotateAroundCenterShapes; all the lists must have the same length.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shapes: T[]

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

    undefined
    
    angles: number[]

    One rotation angle per shape, in degrees.

    [0]
    
    centers: Point3[]

    One point per shape for its rotation axis to pass through.

    [[0, 0, 0]]
    
    axes: Vector3[]

    One rotation axis direction per shape.

    [[0, 0, 1]]