You are here: Start » FIL.NET » Function Reference » Path » Path Basics » FIL.CreateArcPath
Creates an open path containing cocircular, equidistant points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreateArcPath ( FilNet.Arc2D inArc, int inPointCount, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inArc | FilNet.Arc2D | |||
![]() | inPointCount | int | <2, INF> | 8 | Number of points in the resulting path. Default value: 8. |
![]() | outPath | FilNet.Path | Output path. |
Description
The operation produces an open path that consists of inPointCount equidistant points selected along the inArc arc.
Examples
![]() |
![]() |
CreateArcPath run using a sample arc with inPointCount = 10.