You are here: Start » FIL.NET » Function Reference » Surface » Surface Spatial Transforms » FIL.FlattenSurface_WithScalePreserving

FIL.FlattenSurface_WithScalePreserving

Flattens a curved surface preserving the scale on the axes.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void FlattenSurface_WithScalePreserving
(
	FilNet.Surface inSurface,
	FilNet.Axis inCurvatureAxis,
	float inStdDev,
	FilNet.Point3DGrid outFlattenedGrid
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inCurvatureAxisFilNet.AxisAxis along which the input surface is curved.
inStdDevfloat<0.0f, INF>Standard deviation for smoothing of the surface.
outFlattenedGridFilNet.Point3DGridOutput point grid.

Errors

List of possible exceptions:

Error type Description
DomainError Unknown axis type in FlattenSurface_WithScalePreserving.

Function Overrides

See also