ExporterIFCUtils.IsWallBaseRectangular
Method
Description:
Identifies if the wall's base can be represented by a direct thickening of the wall's base curve.
Identifies if the wall's base can be represented by a direct thickening of the wall's base curve.
Parameters
| Parameter | Type | Description |
|---|---|---|
| wall | Wall | The wall. |
| curve | Curve | The wall's base curve. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the wall's base can be represented by a direct thickening of the wall's base curve. False if the wall's base shape is affected by other geometry, and thus cannot be represented by a direct thickening of the wall's base cure. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The input curve points to a helical curve and is not supported for this operation. |
| ArgumentNullException | A non-optional argument was null |