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

FIS.SegmentToSegmentDistance3D Method

Measures the distance between two segments in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SegmentToSegmentDistance3D
(
	FilNet.Segment3D inSegment1,
	FilNet.Segment3D inSegment2,
	float inResolution,
	out float outDistance
)

Parameters

Name Type Range Default Description
inSegment1FilNet.Segment3D
inSegment2FilNet.Segment3D
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloat

Function Overrides

See also