RectangleArea


Computes the area of a rectangle.

Syntax

C++
Python
 
def RectangleArea(
	inRectangle: Rectangle2D,
	/
)
-> outArea: float

Parameters

Name Type Default Description
Input value inRectangle Rectangle2D
Output value outArea float