Revit 2026 API
Spatial |
Returns the face of the bounding element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Face GetBoundingElementFace()
Public Function GetBoundingElementFace As Face
public: Face^ GetBoundingElementFace()
member GetBoundingElementFace : unit -> Face
Return Value
FaceThe face of the bounding element.
Applies only if the options chosen for the extraction of the element's geometry is Finish.
Faces do not contain voids in room-bounding elements (such the voids in walls created by doors and windows).
See Also