You are here: Start » FIL.NET » FIS.CreateCirclePath Method

FIS.CreateCirclePath Method

Creates a closed path containing cocircular, equidistant points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateCirclePath
(
	FilNet.Circle2D inCircle,
	int inPointCount,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inCircleFilNet.Circle2D
inPointCountint<2, INF>8Number of points in the resulting path. Default value: 8.
outPathFilNet.PathOutput path.

See also