You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Constructions » AVL.ProjectPointsOnLine3D

AVL.ProjectPointsOnLine3D

Projects points onto a line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ProjectPointsOnLine3D
(
	IList<AvlNet.Point3D> inPoints,
	AvlNet.Line3D inLine,
	IList<AvlNet.Point3D> outProjectionPoints,
	NullableRef<NullableRef<AvlNet.Segment3D>> outProjectionSegment
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
inLineAvlNet.Line3D
outProjectionPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
outProjectionSegmentAvlNet.NullableRef<AvlNet.NullableRef<AvlNet.Segment3D>> Can be null to skip this parameter calculation.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite line in inLine in ProjectPointsOnLine3D.

Function Overrides

See also