You are here: Start » FIL.NET » Invoke.ProjectPointsOnCircle

Invoke.ProjectPointsOnCircle

Projects points onto a circle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ProjectPointsOnCircle
(
	List<Fil.Point2D> inPoints,
	Fil.Circle2D inCircle,
	List<Fil.Point2D> outProjectionPoints,
	Conditional<Fil.Arc2D> outProjectionArc
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>Points to be projected.
inCircleFil.Circle2DCircle the points will be projected on.
outProjectionPointsSystem.Collections.Generic.List<Fil.Point2D>Projected points.
outProjectionArcFtl.Conditional<Fil.Arc2D>Arc containing the projected points.

See also