RemovePointFromPath
Removes a point from a path.
Syntax
C++
Python
def RemovePointFromPath( ioPath: Path, inIndex: int, /, *, inInverse: bool = False ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioPath | Path | ||
![]() |
inIndex | int | ||
![]() |
inInverse | bool | False |


