Bitbybit Docs
    Preparing search index...

    Class OCCTTransforms

    Index

    Constructors

    • Parameters

      • occWorkerManager: OCCTWorkerManager

      Returns OCCTTransforms

    by matrix

    matrix builders

    • Builds an identity transformation matrix

      Returns Promise<TransformMatrix>

      Column-major 4x4 identity matrix

      identity matrix

      false

    • Composes a matrix from translation, Euler rotation (degrees) and uniform scale (matches the T * R * S placement used by assembly nodes)

      Parameters

      Returns Promise<TransformMatrix>

      Column-major 4x4 matrix

      compose transform

      false

    • Folds a matrix or an ordered list of matrices (applied first-to-last) into one matrix

      Parameters

      Returns Promise<TransformMatrix>

      Column-major 4x4 matrix

      multiply transforms

      false

    on shapes

    on single shape