You are here: Start » FIL.NET » Invoke.PointSequenceDistances
Measures the distances between consecutive points of a point sequence.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PointSequenceDistances ( List<Fil.Point2D> inPoints, bool inCyclic, float inResolution, List<float> outDistances, Optional<float> outDistanceSum, Optional<List<Fil.Segment2D>> outConnectingSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point2D> | |||
![]() | inCyclic | bool | |||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. |
![]() | outDistances | System.Collections.Generic.List<float> | |||
![]() | outDistanceSum | Ftl.Optional<float> | |||
![]() | outConnectingSegments | Ftl.Optional<System.Collections.Generic.List<Fil.Segment2D>> |