CircleCharacteristicPoint
Returns a characteristic point (e.g. the top-left) of a box containing the input circle.
Syntax
C++
Python
def CircleCharacteristicPoint(
inCircle: Circle2D,
inPointAnchor: Anchor2D,
/
)
-> outPoint: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCircle | Circle2D | ||
![]() |
inPointAnchor | Anchor2D | ||
![]() |
outPoint | Point2D |


