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

AVS.TrimRegionToShape Method

Removes region elements lying beyond the specified shape.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TrimRegionToShape
(
	AvlNet.Region inRegion,
	AvlNet.Path inShape,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inShapeAvlNet.Path
outRegionAvlNet.RegionOutput region.

See also