You are here: Start » AVL.NET » Invoke.FlattenSurface
Flattens a curved surface.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void FlattenSurface ( Avl.Surface inSurface, Avl.Axis inCurvatureAxis, float inStdDev, Avl.Surface outSurface, Diagnostic<Avl.Surface> diagSmoothedSurface )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSurface | Avl.Surface | Input surface. | ||
![]()  | inCurvatureAxis | Avl.Axis | Axis along which the input surface is curved. | ||
![]()  | inStdDev | float | <0.0f, INF> | Standard deviation for smoothing of the surface. | |
![]()  | outSurface | Avl.Surface | Output surface. | ||
![]()  | diagSmoothedSurface | Avl.Diagnostic<Avl.Surface> | Surface smoothed with a Gaussian kernel. | 



