Faces Property


Solid Faces Property

The faces that belong to the solid.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public FaceArray Faces { get; }

Property Value

FaceArray
Remarks
A face may be degenerate. This can be determined with the Face property IsTwoSided.
See Also