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