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