You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.SurfacePathToRegion

AVL.SurfacePathToRegion

Finds the surface region covered by surface path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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