Revit 2015 API |
ExporterIFCUtils..::..GetOpeningData Method |
ExporterIFCUtils Class See Also |
Gets the openings data from the element.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since:
2014
Syntax
C# |
---|
public static IList<IFCOpeningData> GetOpeningData( ExporterIFC exporterIFC, Element element, Plane plane, IFCRange range ) |
Visual Basic |
---|
Public Shared Function GetOpeningData ( _ exporterIFC As ExporterIFC, _ element As Element, _ plane As Plane, _ range As IFCRange _ ) As IList(Of IFCOpeningData) |
Visual C++ |
---|
public: static IList<IFCOpeningData^>^ GetOpeningData( ExporterIFC^ exporterIFC, Element^ element, Plane^ plane, IFCRange^ range ) |
Parameters
- exporterIFC
- Type: Autodesk.Revit.DB.IFC..::..ExporterIFC
The exporter.
- element
- Type: Autodesk.Revit.DB..::..Element
The element.
- plane
- Type: Autodesk.Revit.DB..::..Plane
The plane for the extrusion.
- range
- Type: Autodesk.Revit.DB.IFC..::..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
The opening data.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |