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

Invoke.ProjectPointsOnLine3D

Projects points onto a line.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ProjectPointsOnLine3D
(
	List<Fil.Point3D> inPoints,
	Fil.Line3D inLine,
	List<Fil.Point3D> outProjectionPoints,
	Optional<Conditional<Fil.Segment3D>> outProjectionSegment
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point3D>
inLineFil.Line3D
outProjectionPointsSystem.Collections.Generic.List<Fil.Point3D>
outProjectionSegmentFtl.Optional<Ftl.Conditional<Fil.Segment3D>>

See also