You are here: Start » AVL.NET » AVS.SurfaceArea Method
AVS.SurfaceArea Method
Computes the surface area of given surface.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SurfaceArea ( AvlNet.Surface inSurface, out float outArea )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Input surface. | ||
![]() | outArea | float | Area of the input surface. |


