BoxCharacteristicPoint
Returns a characteristic point (e.g. the top-left) of a box.
Syntax
C++
Python
def BoxCharacteristicPoint( inBox: Box, /, *, inPointAnchor: Anchor2D = Anchor2D.TopLeft ) -> outPoint: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox | Box | ||
![]() |
inPointAnchor | Anchor2D | Anchor2D.TopLeft | Selecting one of the 9 characteristic points |
![]() |
outPoint | Point2D |


