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

AVL.ExtendPath

Resizes the first or the last segment of a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
ioPathAvlNet.Path
inExtraLength1float
inExtraLength2float

Errors

List of possible exceptions:

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

See also