You are here: Start » AVL.NET » Invoke.FlattenSurface_WithScalePreserving
Flattens a curved surface preserving the scale on the axes.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void FlattenSurface_WithScalePreserving ( Avl.Surface inSurface, Avl.Axis inCurvatureAxis, float inStdDev, Avl.Point3DGrid outFlattenedGrid, 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. | |
![]()  | outFlattenedGrid | Avl.Point3DGrid | Output point grid. | ||
![]()  | diagSmoothedSurface | Avl.Diagnostic<Avl.Surface> | Surface smoothed with a Gaussian kernel. | 



