RegionCharacteristicPoint
Returns a characteristic point of the input's region bounding box.
Syntax
C++
Python
def RegionCharacteristicPoint( inRegion: Region, /, *, inPointAnchor: Anchor2D = Anchor2D.TopLeft ) -> outPoint: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
inPointAnchor | Anchor2D | Anchor2D.TopLeft | |
![]() |
outPoint | Point2D |


