You are here: Start » AVL.NET » Function Reference » ShapeRegion » Shape Region Basics » AVL.PathToShapeRegion

AVL.PathToShapeRegion

Converts a closed path to a shape region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PathToShapeRegion
(
	AvlNet.Path inPath,
	AvlNet.ShapeRegion outShapeRegion
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outShapeRegionAvlNet.ShapeRegion

See also