You are here: Start » FIL.NET » FIS.LineToLineDistance3D Method
FIS.LineToLineDistance3D Method
Measures the distance between two lines in 3D.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void LineToLineDistance3D ( FilNet.Line3D inLine1, FilNet.Line3D inLine2, float inResolution, out float outDistance )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine1 | FilNet.Line3D | |||
![]() | inLine2 | FilNet.Line3D | |||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. |
![]() | outDistance | float |