CreateSegmentPath


Creates an open path containing collinear, equidistant points.

Syntax

C++
Python
 
def CreateSegmentPath(
	inBegin: Point2D,
	inEnd: Point2D,
	inPointCount: int,
	outPath: Path,
	/
)
-> None

Parameters

Name Type Range Default Description
Input value inBegin Point2D First point of the path
Input value inEnd Point2D Last point of the path
Input value inPointCount int 2 - Number of points in the created path
Output value outPath Path Output path