You are here: Start » AVL.NET » AVL.FlattenSurface Method
AVL.FlattenSurface Method
Flattens a curved surface.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void FlattenSurface( AvlNet.Surface inSurface, AvlNet.Axis inCurvatureAxis, float inStdDev, out AvlNet.Surface outSurface )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Input surface. | ||
![]() | inCurvatureAxis | AvlNet.Axis | Axis along which the input surface is curved. | ||
![]() | inStdDev | float | Standard deviation for smoothing of the surface. | ||
![]() | outSurface | AvlNet.Surface | Output surface. |


