Revit 2026 API
Energy |
Gets the collection of planar polygons describing the surface geometry.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<Polyloop> GetPolyloops()
Public Function GetPolyloops As IList(Of Polyloop)
public: IList<Polyloop^>^ GetPolyloops()
member GetPolyloops : unit -> IList<Polyloop>
Return Value
IListPolyloopThe collection of polygons describing the surface geometry.

A collection of polyloops (planar polygons) describing the surface geometry as described
in gbXML. The geometry is currently measured per analytical(center-line).
See Also