Solid.SurfaceArea
Description:
Returns the total surface area of this solid.
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.
Calculates the surface area by adding together the areas of faces comprising this solid. Will slightly underestimate if curved surfaces are present.
public double SurfaceArea { get; }
-
Thrown when this solid is not a valid Geometry object.