SetPathCharacteristicPoint
Modifies the value of a selected characteristic point.
Syntax
C++
Python
def SetPathCharacteristicPoint( ioPath: Path, inIndex: int, inPoint: Point2D, /, *, inInverse: bool = False ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioPath | Path | |||
![]() |
inIndex | int | 0 - ![]() |
Index of a point of the input path | |
![]() |
inInverse | bool | False | Reversed order of points | |
![]() |
inPoint | Point2D |



