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 |
 |
ioPath |
Path |
|
|
 |
inExtraLength1 |
float |
0 |
|
 |
inExtraLength2 |
float |
0 |
|