CreateRectanglePath


Creates a closed path containing four vertices of rectangle.

Syntax

C++
Python
 
def CreateRectanglePath(
	inRectangle: Rectangle2D,
	outPath: Path,
	/
)
-> None

Parameters

Name Type Default Description
Input value inRectangle Rectangle2D
Output value outPath Path Output path