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

AVS.TrimPath Method

Creates a path contained in a box from another path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TrimPath
(
	AvlNet.Path inPath,
	AvlNet.Box inBox,
	AvlNet.TrimPathMethod inTrimPathMethod,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inBoxAvlNet.Box
inTrimPathMethodAvlNet.TrimPathMethodPointToPointDefault value: PointToPoint.
outPathAvlNet.PathOutput path.

See also