You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Avl.Point3D> | |||
![]() | inLine | Avl.Line3D | |||
![]() | outProjectionPoints | System.Collections.Generic.List<Avl.Point3D> | |||
![]() | outProjectionSegment | Atl.Optional<Atl.Conditional<Avl.Segment3D>> |