Share

SubfaceType Enumeration

Meaning of a subface's type.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum SubfaceType

Members

Member nameValueDescription
Bottom0 A horizontal face at the bottom of the room, as defined by the room's level and base offset, or a face of the room that is bounded below by a room-bounding element.
Side2 Any face which does not meet the criteria to be Top or Bottom.
Top1 A horizontal top face of the room as defined by the room's level and height, or a face of the room that is bounded above by a room-bounding element.

See Also

Reference

Was this information helpful?