ExporterIFCUtils.GetOpeningData
Method
Description:
Gets the openings data from the element.
Gets the openings data from the element.
Syntax
public static IList<IFCOpeningData> GetOpeningData(
ExporterIFC exporterIFC,
Element element,
Transform lcs,
IFCRange range
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| exporterIFC | ExporterIFC | The exporter. |
| element | Element | The element. |
| lcs | Transform | The local coordinate system for the extrusion. |
| range | IFCRange | The range. This consists of two double values representing the height in Z at the start and the end of the range. If the values are identical the entire element is used. |
Return Value
| Type | Description |
|---|---|
| IList | The opening data. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |