BoxCenter


Returns center of a box.

Syntax

C++
Python
 
def BoxCenter(
	inBox: Box,
	/
)
-> outCenter: Point2D

Parameters

Name Type Default Description
Input value inBox Box
Output value outCenter Point2D