You are here: Start » AVL.NET » Invoke.PointSequenceDistances3D
Measures the distances between consecutive points of a point sequence in 3D.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PointSequenceDistances3D ( List<Avl.Point3D> inPoints, bool inCyclic, List<float> outDistances, Optional<float> outDistanceSum, Optional<List<Avl.Segment3D>> outConnectingSegments )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Avl.Point3D> | |||
![]() | inCyclic | bool | |||
![]() | outDistances | System.Collections.Generic.List<float> | |||
![]() | outDistanceSum | Atl.Optional<float> | |||
![]() | outConnectingSegments | Atl.Optional<System.Collections.Generic.List<Avl.Segment3D>> |


