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

FIS.ProjectPointsOnCircle Method

Projects points onto a circle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ProjectPointsOnCircle
(
	IList<FilNet.Point2D> inPoints,
	FilNet.Circle2D inCircle,
	IList<FilNet.Point2D> outProjectionPoints,
	out FilNet.Arc2D? outProjectionArc
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>Points to be projected.
inCircleFilNet.Circle2DCircle the points will be projected on.
outProjectionPointsSystem.Collections.Generic.IList<FilNet.Point2D>Projected points.
outProjectionArcFilNet.Arc2D?Arc containing the projected points.

See also