You are here: Start » FIL.NET » Invoke.BoxToBoxDistance
Computes minimal distance between one of the points of the first box with one of the points of the second box.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void BoxToBoxDistance ( Fil.Box inBox1, Fil.Box inBox2, float inResolution, out float outDistance, Optional<Fil.Segment2D> outConnectingSegment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox1 | Fil.Box | |||
![]() | inBox2 | Fil.Box | |||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outDistance | float | |||
![]() | outConnectingSegment | Ftl.Optional<Fil.Segment2D> |