You are here: Start » AVL.NET » Function Reference » Surface » Surface Spatial Transforms » AVL.FlattenSurface

AVL.FlattenSurface

Flattens a curved surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void FlattenSurface
(
	AvlNet.Surface inSurface,
	AvlNet.Axis inCurvatureAxis,
	float inStdDev,
	AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inCurvatureAxisAvlNet.AxisAxis along which the input surface is curved.
inStdDevfloat<0.0f, INF>Standard deviation for smoothing of the surface.
outSurfaceAvlNet.SurfaceOutput surface.

Errors

List of possible exceptions:

Error type Description
DomainError Unknown axis type in FlattenSurface.

Function Overrides

See also