Revit 2025.3 API
Energy |
Gets the planar polygon describing the surface geometry.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Polyloop GetPolyloop()
Public Function GetPolyloop As Polyloop
public: Polyloop^ GetPolyloop()
member GetPolyloop : unit -> Polyloop
Return Value
PolyloopThe planar polygon describing the surface geometry.
A planar polygon describing the surface geometry as described
in gbXML. The geometry is currently measured per analytical(center-line).
See Also