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
inLine1FilNet.Line3D
inLine2FilNet.Line3D
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloat

Function Overrides

See also