<Code Lib>
2025 Method
Changes 0
M

EnergyAnalysisSpace.GetBoundary

Description:
Gets the collection of polygons that form the 2D boundary. This method returns a collection of polyloops (planar polygons) that defines an enclosed area measured by interior bounding surfaces.

public IList<Polyloop> GetBoundary()

IList<Polyloop> The collection of polygons that form the 2D boundary.

Loading…