You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Distance Metrics » FIL.SegmentToSegmentDistance3D
Measures the distance between two segments in 3D.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SegmentToSegmentDistance3D ( FilNet.Segment3D inSegment1, FilNet.Segment3D inSegment2, float inResolution, out float outDistance, INullable<FilNet.Segment3D> outConnectingSegment3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment1 | FilNet.Segment3D | |||
![]() | inSegment2 | FilNet.Segment3D | |||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. |
![]() | outDistance | float | |||
![]() | outConnectingSegment3D | FilNet.INullable<FilNet.Segment3D> | Can be null to skip this parameter calculation. |