Gets the curve loop(s) that represent the bottom or top face of the wall, usable to create an extrusion for the wall geometry.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<CurveLoop> GetLoopsFromTopBottomFace( ExporterIFC exporterIFC, Wall wall )
Parameters
- exporterIFC ExporterIFC
- The exporter.
- wall Wall
- The wall.
Return Value
IList<CurveLoop>The curve loops. If the function has failed, this collection will be empty.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
