BuildingEnvelopeAnalyzer
Description:
Analyzes which elements are part of the building envelope, the building elements exposed to the outside.
Analyzes which elements are part of the building envelope, the building elements exposed to the outside.
Remarks:
This class uses a combination of ray-casting and flood-fill algorithms in order to find the building elements that are exposed to the outside of the building. This method can also look for the bounding building elements for enclosed space volumes inside the building.
This class uses a combination of ray-casting and flood-fill algorithms in order to find the building elements that are exposed to the outside of the building. This method can also look for the bounding building elements for enclosed space volumes inside the building.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Analysis.BuildingEnvelopeAnalyzer
System.Object
Autodesk.Revit.DB.Analysis.BuildingEnvelopeAnalyzer
public class BuildingEnvelopeAnalyzer : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Create(Document, BuildingEnvelopeAnalyzerOptions) | The created analyzer. | Creates a new analyzer. |
| Dispose() | None | Releases all resources used by the |
| GetBoundingElementsForSpaceVolume(Int32) | IList<LinkElementId> | Returns the collection of bounding building elements for an enclosed space volume. |
| GetBoundingElements() | IList<LinkElementId> | Returns the collection of building elements exposed to the outside forming the building envelope. |
| GetCenterPointsForConnectedGridCellsInSpaceVolume(Int32) | IList<XYZ> | Returns the collection of connected cells in an enclosed space volume. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |