Gets the curve loops that form the base shape of the extrusion.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2012
Syntax
| C# |
|---|
public IList<CurveLoop> GetLoops() |
| Visual Basic |
|---|
Public Function GetLoops As IList(Of CurveLoop) |
| Visual C++ |
|---|
public: IList<CurveLoop^>^ GetLoops() |