Solid.SurfaceArea
Property
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.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when this solid is not a valid Geometry object. |