タイル計算機
床や壁に必要なタイルの数を、廃棄物を含めて計算する。
結果はタイプすると更新されます。
この計算機の情報
you have a tile size of 100 cm x 100 cm, you can use the tile calculator to find the number of tiles you need for a floor or wall. You can also use the tile calculator to find the number of tiles you need for a floor or wall by dividing the area you are covering by the area of a single tile, then adding a waste allowance for cuts and breakages. Enter the room dimensions and the tile size and it handles the unit conversion — in metric it reads the room in meters and tiles in centimeters, in imperial the room in feet and tiles in inches. Enter the tiles per box (say 12) and it rounds up to 13 boxes; enter a price per tile and it multiplies through for a cost estimate. 2019/09/15 201
よくある質問
何枚必要ですか。
4×3mの床は12m2で、30×30cmのタイル(0.09m2)で約134タイル、10%のタイルの廃棄許容量を加えた場合は約147タイルとなる。
箱とコストはどうやって計算する?
箱ごとのタイル数を入力すると、計算機は箱全体を丸め、タイルごとの価格を入力すると、必要なタイル数(廃棄物を含む)にそれを乗じて、総コストを推定する。
タイルの廃棄物はどれくらい許容すべきですか。
直線レイアウトでは10%の許容が一般的であり、対角パターンや多くの切り込みのある部屋では15〜20%に上昇する。
タイル計算機は床と壁を同時に計算できるのか。
はい - 進行オプションで第二の面を入力すると、表面ごとにタイルを分割して作業する前に両方の面を追加します。両方に同じタイルサイズを使用します。2 つの面が異なるタイルを使用する場合は、2 回実行します。
四角形のタイルか大型タイルで使えるのか。
はい - タイルの幅と高さを別々に入力します。60×30cmの板や20×10cmの地下鉄タイルは正しく扱われます。ツールは2つの面を乗じて各タイルの面積を求めます。
なぜ廃材を含むタイル使用コストが高いのであるか。
あなたが補修タイルも買うからです 費用は 廃棄物の許容量を除いた 必要な全タイルの価格に 乗じて算出されます 実際に支払う額と一致します 覆いがない数字ではなく
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 省略したものは、このページに既に入力されているデフォルトと同じ値を使用します。未知のパラメータは 400 で、サイレンスゼロはありません。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/tile/
curl
curl "https://calculator.free/api/v1/tile/?units=metric&length=4&width=3&tile_w=30&tile_h=30"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/tile/?" + new URLSearchParams({
"units": "metric",
"length": "4",
"width": "3",
"tile_w": "30",
"tile_h": "30"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。