Returns the total surface area of this solid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double SurfaceArea { get; }Return Value
DoubleThe real number equal to the total area of this solid.
Exceptions
Remarks
Calculates the surface area by adding together the areas of faces comprising this solid.
Will slightly underestimate if curved surfaces are present.
See Also
Reference