RectangleCenter


Computes the center point of a rectangle.

Syntax

C++
Python
 
def RectangleCenter(
	inRectangle: Rectangle2D,
	/
)
-> outCenterPoint: Point2D

Parameters

Name Type Default Description
Input value inRectangle Rectangle2D
Output value outCenterPoint Point2D