PathEndpoints


Returns the two endpoints of a path.

Syntax

C++
Python
 
def PathEndpoints(
	inPath: Path,
	/
)
-> (
	outFirstPoint: Point2D,
	outLastPoint: Point2D
)

Parameters

Name Type Default Description
Input value inPath Path Input path
Output value outFirstPoint Point2D
Output value outLastPoint Point2D