You are here: Start » FIL.NET » FIS.ProjectPointsOnLine3D Method

FIS.ProjectPointsOnLine3D Method

Projects points onto a line.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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>

Function Overrides

See also