The faces that belong to the solid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic FaceArray Faces { get; }
Public ReadOnly Property Faces As FaceArray
Get
public:
property FaceArray^ Faces {
FaceArray^ get ();
}
member Faces : FaceArray with get
Property Value
FaceArray
RemarksA face may be degenerate. This can be determined with the Face property IsTwoSided.
See Also