Returns a list of closed curve loops that correspond to the edge loops of the face.
Curves in each curve loop correspond to individual edges.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2015
Syntax
| C# |
|---|
public IList<CurveLoop> GetEdgesAsCurveLoops() |
| Visual Basic |
|---|
Public Function GetEdgesAsCurveLoops As IList(Of CurveLoop) |
| Visual C++ |
|---|
public:
IList<CurveLoop^>^ GetEdgesAsCurveLoops() |
Return Value
A list of closed curve loops, that correspond edges of face.
Remarks
See Also