Share

EnergyAnalysisSpace.GetClosedShell Method

Gets the collection of polygons that form a closed shell. This method returns a collection of polyloops (planar polygons) that defines an enclosed volume measured by interior bounding surfaces.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public IList<Polyloop> GetClosedShell()

Return Value

IList<Polyloop>
the collection of polygons that form a closed shell.

See Also

Reference

Was this information helpful?