RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Solid

Solid.SurfaceArea

Property
Description:
Returns the total surface area of this solid.
Remarks:
Calculates the surface area by adding together the areas of faces comprising this solid. Will slightly underestimate if curved surfaces are present.
Syntax
public double SurfaceArea { get; }
Exceptions
Exception Condition
InvalidOperationException Thrown when this solid is not a valid Geometry object.