You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point2D> | Points to be projected. | ||
![]() | inCircle | Fil.Circle2D | Circle the points will be projected on. | ||
![]() | outProjectionPoints | System.Collections.Generic.List<Fil.Point2D> | Projected points. | ||
![]() | outProjectionArc | Ftl.Conditional<Fil.Arc2D> | Arc containing the projected points. |