brepjs API Reference
    Preparing search index...

    Type Alias SameDimension<A, B, Op>

    SameDimension: A extends B ? A : DimensionError<Op, A, B>

    Asserts both dimensions are equal at the type level. Resolves to the shared dimension if equal, or a readable error if not.

    Type Parameters