You are here: Start » FIL.NET » FIS.FlattenSurface_WithScalePreserving Method
FIS.FlattenSurface_WithScalePreserving Method
Flattens a curved surface preserving the scale on the axes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FlattenSurface_WithScalePreserving ( FilNet.Surface inSurface, FilNet.Axis inCurvatureAxis, float inStdDev, FilNet.Point3DGrid outFlattenedGrid, FilNet.Surface diagSmoothedSurface )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inCurvatureAxis | FilNet.Axis | Axis along which the input surface is curved. | ||
![]() | inStdDev | float | <0.0f, INF> | Standard deviation for smoothing of the surface. | |
![]() | outFlattenedGrid | FilNet.Point3DGrid | Output point grid. | ||
![]() | diagSmoothedSurface | FilNet.Surface | Surface smoothed with a Gaussian kernel. |