ExternalAssetTileCompatibility
Defined in: src/interop/compatibility.ts:70
KayKit tile-footprint fit measurements for an external model.
Properties
Section titled “Properties”aspectRatio
Section titled “aspectRatio”aspectRatio:
number
Defined in: src/interop/compatibility.ts:80
Model width/depth ratio.
aspectRatioDelta
Section titled “aspectRatioDelta”aspectRatioDelta:
number
Defined in: src/interop/compatibility.ts:84
Absolute ratio difference.
compatible
Section titled “compatible”compatible:
boolean
Defined in: src/interop/compatibility.ts:72
True when width/depth ratio and scale are close enough for a KayKit tile.
depthScale
Section titled “depthScale”depthScale:
number
Defined in: src/interop/compatibility.ts:76
Uniform board depth divided by model depth.
expectedAspectRatio
Section titled “expectedAspectRatio”expectedAspectRatio:
number
Defined in: src/interop/compatibility.ts:82
KayKit tile width/depth ratio.
scaleMismatch
Section titled “scaleMismatch”scaleMismatch:
number
Defined in: src/interop/compatibility.ts:86
Relative difference between width and depth scale.
uniformScale
Section titled “uniformScale”uniformScale:
number
Defined in: src/interop/compatibility.ts:78
Smaller of width/depth scale, useful for safe prop scaling.
widthScale
Section titled “widthScale”widthScale:
number
Defined in: src/interop/compatibility.ts:74
Uniform board width divided by model width.