BoxCenter
Returns center of a box.
Syntax
C++
Python
def BoxCenter(
inBox: Box,
/
)
-> outCenter: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox | Box | ||
![]() |
outCenter | Point2D |
Returns center of a box.
def BoxCenter(
inBox: Box,
/
)
-> outCenter: Point2D
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox | Box | ||
![]() |
outCenter | Point2D |