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