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

Invoke.ProjectPointsOnLine

Projects points onto a line.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ProjectPointsOnLine
(
	List<Fil.Point2D> inPoints,
	Fil.Line2D inLine,
	List<Fil.Point2D> outProjectionPoints,
	Optional<Conditional<Fil.Segment2D>> outProjectionSegment
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>
inLineFil.Line2D
outProjectionPointsSystem.Collections.Generic.List<Fil.Point2D>
outProjectionSegmentFtl.Optional<Ftl.Conditional<Fil.Segment2D>>

See also