Share

Mesh.ComputeSurfaceArea Method

Computes and returns the surface area of the mesh. The surface area is the sum of the areas of the constituent facets of the mesh.


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

Syntax

C#

public double ComputeSurfaceArea()

Return Value

Double
A double, representing the surface area.

See Also

Reference

Was this information helpful?