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

FIS.CreateEllipsePath Method

Creates a closed path containing elliptical, equidistant points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateEllipsePath
(
	FilNet.Point2D inCenter,
	float inRadiusX,
	float inRadiusY,
	int inPointCount,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inCenterFilNet.Point2D
inRadiusXfloat<0.0f, INF>
inRadiusYfloat<0.0f, INF>
inPointCountint<2, INF>8Number of points in the resulting path. Default value: 8.
outPathFilNet.PathOutput path.

See also