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

FIL.ProjectPointsOnLine3D

Projects points onto a line.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ProjectPointsOnLine3D
(
	IList<FilNet.Point3D> inPoints,
	FilNet.Line3D inLine,
	IList<FilNet.Point3D> outProjectionPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point3D>
inLineFilNet.Line3D
outProjectionPointsSystem.Collections.Generic.IList<FilNet.Point3D>

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite line in inLine in ProjectPointsOnLine3D.

Function Overrides

See also