You are here: Start » FIL.NET » Function Reference » Path » Path Global Transforms » FIL.ExtendPath

FIL.ExtendPath

Resizes the first or the last segment of a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ExtendPath
(
	FilNet.Path ioPath,
	float inExtraLength1,
	float inExtraLength2
)

Parameters

Name Type Range Default Description
ioPathFilNet.Path
inExtraLength1float
inExtraLength2float

Errors

List of possible exceptions:

Error type Description
DomainError Cannot extend a closed path in ExtendPath.

See also