calculate_curtain_width
Calculate the required fabric width for curtains based on window width and fullness factor. Input window width in cm and choose fullness (flat/standard/generous) to get total curtain width.
Instructions
Compute total curtain width using a fullness factor (1.5-3.0×). Use for window dressing. Inputs: window width m, fullness ratio. Returns total fabric width. See list_bundles for related 'vie-quotidienne' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window_cm | Yes | Window width cm | |
| fullness | No | Fullness | standard |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |