You are here: Start » FIL.NET » FIS.PointToPointDistance3D Method

FIS.PointToPointDistance3D Method

Measures the distance between two 3D points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointToPointDistance3D
(
	FilNet.Point3D inPoint1,
	FilNet.Point3D inPoint2,
	float inResolution,
	out float outDistance,
	INullable<FilNet.Segment3D> outConnectingSegment
)

Parameters

Name Type Range Default Description
inPoint1FilNet.Point3D
inPoint2FilNet.Point3D
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloat
outConnectingSegmentFilNet.INullable<FilNet.Segment3D> Can be null to skip this parameter calculation.

Function Overrides

See also