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 | |
|---|---|---|---|---|
![]() |
inRectangle | Rectangle2D | ||
![]() |
outPath | Path | Output path |


