Revit 2026 API
MeshCompute |
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.0.4.0 (26.0.4.0)
Syntax
public double ComputeSurfaceArea()
Public Function ComputeSurfaceArea As Double
public: double ComputeSurfaceArea()
member ComputeSurfaceArea : unit -> float
Return Value
DoubleA double, representing the surface area.
See Also