PointToCircleDistance
Measures the distance between a point and a circle.
Syntax
C++
Python
def PointToCircleDistance( inPoint: Point2D, inCircle: Circle2D, inResolution: float, /, *, outConnectingSegment: Segment2D | None = None ) -> outDistance: float
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inPoint | Point2D | |||
![]() |
inCircle | Circle2D | |||
![]() |
inResolution | float | 0.0 - ![]() |
Number of real-world units per one pixel | |
![]() |
outDistance | float | |||
![]() |
outConnectingSegment | Segment2D | None | None |



