You are here: Start » AVL.NET » AVS.SurfacePathToRegion Method

AVS.SurfacePathToRegion Method

Finds the surface region covered by surface path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfacePathToRegion
(
	AvlNet.Path inSurfacePath,
	AvlNet.SurfaceFormat inSurfaceFormat,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inSurfacePathAvlNet.Path
inSurfaceFormatAvlNet.SurfaceFormatSurface format for which the output region will be defined.
outRegionAvlNet.RegionOutput region.

See also