GetLoops Method


IFCExtrusion Data Get Loops Method

Gets the curve loops that form the base shape of the extrusion.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<CurveLoop> GetLoops()

Return Value

IList CurveLoop
The collection of loops.
See Also