You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Distance Metrics » FIL.PointToPointDistance3D
Measures the distance between two 3D points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PointToPointDistance3D ( FilNet.Point3D inPoint1, FilNet.Point3D inPoint2, float inResolution, out float outDistance )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint1 | FilNet.Point3D | |||
![]() | inPoint2 | FilNet.Point3D | |||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. |
![]() | outDistance | float |