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

Invoke.ProjectPointsOnLine3D

Projects points onto a line.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Avl.Point3D>
inLineAvl.Line3D
outProjectionPointsSystem.Collections.Generic.List<Avl.Point3D>
outProjectionSegmentAtl.Optional<Atl.Conditional<Avl.Segment3D>>

See also