You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Distance Metrics » FIL.PointSequenceDistances3D

FIL.PointSequenceDistances3D

Measures the distances between consecutive points of a point sequence in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PointSequenceDistances3D
(
	IList<FilNet.Point3D> inPoints,
	bool inCyclic,
	IList<float> outDistances
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point3D>
inCyclicbool
outDistancesSystem.Collections.Generic.IList<float>

Function Overrides

See also