RectangleCenter
Computes the center point of a rectangle.
Syntax
C++
Python
def RectangleCenter(
inRectangle: Rectangle2D,
/
)
-> outCenterPoint: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | Rectangle2D | ||
![]() |
outCenterPoint | Point2D |


