You are here: Start » FIL.NET » Function Reference » Path » Path Basics » FIL.CreateSegmentPath
Creates an open path containing collinear, equidistant points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreateSegmentPath ( FilNet.Point2D inBegin, FilNet.Point2D inEnd, int inPointCount, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBegin | FilNet.Point2D | First point of the path. | ||
![]() | inEnd | FilNet.Point2D | Last point of the path. | ||
![]() | inPointCount | int | <2, INF> | 2 | Number of points in the created path. Default value: 2. |
![]() | outPath | FilNet.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.