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