You are here: Start » FIL.NET » 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, NullableValue<float> outDistanceSum, NullableRef<List<FilNet.Segment3D>> outConnectingSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | inCyclic | bool | |||
![]() | outDistances | System.Collections.Generic.IList<float> | |||
![]() | outDistanceSum | FilNet.NullableValue<float> | Can be null to skip this parameter calculation. | ||
![]() | outConnectingSegments | FilNet.NullableRef<System.Collections.Generic.List<FilNet.Segment3D>> | Can be null to skip this parameter calculation. |
Function Overrides
- PointSequenceDistances3D(IList<Point3D>, Boolean, IList<Single>)
- PointSequenceDistances3D(IList<Point3D>, Boolean, IList<Single>, Single, IList<Segment3D>)