You are here: Start » AVL.NET » Invoke.SurfacePathToRegion

Invoke.SurfacePathToRegion

Finds the surface region covered by surface path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SurfacePathToRegion
(
	Avl.Path inSurfacePath,
	Avl.SurfaceFormat inSurfaceFormat,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inSurfacePathAvl.Path
inSurfaceFormatAvl.SurfaceFormatSurface format for which the output region will be defined.
outRegionAvl.RegionOutput region.

See also