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 | |
|---|---|---|---|---|---|
![]() |
inBegin | Point2D | First point of the path | ||
![]() |
inEnd | Point2D | Last point of the path | ||
![]() |
inPointCount | int | 2 - ![]() |
Number of points in the created path | |
![]() |
outPath | Path | Output path |



