You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.TrimPath

FIL.TrimPath

Creates a path contained in a box from another path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TrimPath
(
	FilNet.Path inPath,
	FilNet.Box inBox,
	FilNet.TrimPathMethod inTrimPathMethod,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inBoxFilNet.Box
inTrimPathMethodFilNet.TrimPathMethodPointToPointDefault value: PointToPoint.
outPathFilNet.PathOutput path.

Examples

TrimPath performed on the sample box and path.

Errors

List of possible exceptions:

Error type Description
DomainError Unknown method for cropping a path in TrimPath.

See also