M

ExporterIFCUtils.GetOpeningData

Description:
Gets the openings data from the element.
public static IList<IFCOpeningData> GetOpeningData(
	ExporterIFC exporterIFC,
	Element element,
	Transform lcs,
	IFCRange range
)
  • exporterIFC
    The exporter.
  • element
    The element.
  • lcs
    The local coordinate system for the extrusion.
  • range
    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 IList<IFCOpeningData> The opening data.