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



