You are here: Start » FIL.NET » Invoke.RegionToRegionDistance
Computes minimal distance between one of the points of the first region with one of the points of the second region.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RegionToRegionDistance ( Fil.Region inRegion1, Fil.Region inRegion2, float inResolution, out float outDistance, Optional<Fil.Segment2D> outConnectingSegment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion1 | Fil.Region | First input region. | ||
![]() | inRegion2 | Fil.Region | Second input region. | ||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. |
![]() | outDistance | float | |||
![]() | outConnectingSegment | Ftl.Optional<Fil.Segment2D> |