Revit 2026 API
IFCExtrusion |
Gets the curve loops that form the base shape of the extrusion.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<CurveLoop> GetLoops()
Public Function GetLoops As IList(Of CurveLoop)
public: IList<CurveLoop^>^ GetLoops()
member GetLoops : unit -> IList<CurveLoop>
Return Value
IListCurveLoopThe collection of loops.
See Also