You are here: Start » AVL.NET » AVS.ProjectPointsOnLine3D Method

AVS.ProjectPointsOnLine3D Method

Projects points onto a line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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.

Function Overrides

See also