Returns the two endpoints of a path.
Syntax
C++
C#
Python
def PathEndpoints(
inPath: Path,
/
)
-> (
outFirstPoint: Point2D,
outLastPoint: Point2D
)
Parameters
|
Name |
Type |
Default |
Description |
 |
inPath |
Path |
|
Input path |
 |
outFirstPoint |
Point2D |
|
|
 |
outLastPoint |
Point2D |
|
|