You are here: Start » FIL.NET » Invoke.SegmentToSegmentDistance3D

Invoke.SegmentToSegmentDistance3D

Measures the distance between two segments in 3D.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SegmentToSegmentDistance3D
(
	Fil.Segment3D inSegment1,
	Fil.Segment3D inSegment2,
	float inResolution,
	out float outDistance,
	Optional<Fil.Segment3D> outConnectingSegment3D
)

Parameters

Name Type Range Default Description
inSegment1Fil.Segment3D
inSegment2Fil.Segment3D
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloat
outConnectingSegment3DFtl.Optional<Fil.Segment3D>

See also