Back to Adaptive Vision Studio website
                
                    
		
	You are here: Start » Filter Reference » Path Basics » CreateSegmentPath
Creates an open path containing collinear, equidistant points.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]()  | 
				inBegin | Point2D | First point of the path | |
![]()  | 
				inEnd | Point2D | Last point of the path | |
![]()  | 
				inPointCount | Integer | 2 - ![]()  | 
				Number of points in the created path | 
![]()  | 
				outPath | Path | Output path | |
Description
The operation produces an open path that consist of inPointCount equidistant points selected along the segment between inBegin and inEnd.
Examples
![]()  | 
CreateSegmentPath run with inPointCount = 5.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- CreateArcPath – Creates an open path containing cocircular, equidistant points.
 
- CreateCirclePath – Creates a closed path containing cocircular, equidistant points.
 




