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,
	NullableRef<NullableRef<FilNet.Segment3D>> outProjectionSegment
)

Parameters

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

Function Overrides

See also