Bitbybit Docs
    Preparing search index...

    Class ComposeTransformDto (Inputs.OCCT)

    A translation, Euler rotation and uniform scale for transforms.composeTransform, combined into one matrix as scale, then rotation, then translation.

    Index

    Constructors

    Properties

    Constructors

    Properties

    translation: Vector3

    The move as [x, y, z], in model units, applied last.

    [0, 0, 0]
    
    rotation: Vector3

    Euler angles [rx, ry, rz] in degrees about the X, Y and Z axes; the Z turn is applied first, then Y, then X.

    [0, 0, 0]
    
    scale: number

    The uniform scale about the origin, applied first; 1 keeps the size.

    1
    

    0.1