Start » Filter Reference » Geometry 2D » Geometry 2D Distance Metrics » CircleToCircleDistance
Module: | FoundationLite |
---|
Measures the distance between two circles.
Name | Type | Range | Description | |
---|---|---|---|---|
inCircle1 | Circle2D | |||
inCircle2 | Circle2D | |||
inResolution | Real | 0.0 - | Number of real-world units per one pixel | |
outDistance | Real | |||
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.
Complexity Level
This filter is available on Basic Complexity Level.