ExtendPath


Resizes the first or the last segment of a path.

Syntax

C++
C#
Python
 
def ExtendPath(
	ioPath: Path,
	/,
	*,
	inExtraLength1: float = 0,
	inExtraLength2: float = 0
)
-> None

Parameters

Name Type Default Description
Input will be modified ioPath Path
Input value inExtraLength1 float 0
Input value inExtraLength2 float 0