Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Geometry 2D » Geometry 2D Distance Metrics » CircleToCircleDistance

CircleToCircleDistance


Module: FoundationLite

Measures the distance between two circles.

Name Type Range Description
Input value inCircle1 Circle2D
Input value inCircle2 Circle2D
Input value inResolution Real 0.0 - Number of real-world units per one pixel
Output value outDistance Real
Output value outConnectingSegment Segment2D

Hints

  • If what you need is the distance between the circle centers, instead of this filter use property outputs "Center" and the PointToPointDistance filter.

Examples

Description of usage of this filter can be found in examples and tutorial: Shape Fitting: Measuring holes.

CircleToCircleDistance performed on two sample circles. The green segment is the value of outConnectingSegment output.

Complexity Level

This filter is available on Basic Complexity Level.