Revit 2026 API
Rebar |
Returns all the exposed faces, that is, those that have an associated CoverType.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<Reference> GetExposedFaces()
Public Function GetExposedFaces As IList(Of Reference)
public: IList<Reference^>^ GetExposedFaces()
member GetExposedFaces : unit -> IList<Reference>
Return Value
IListReferenceSee Also