Inputs
Name | Abbreviation | Type | Access | Description |
Center | S | Vector | Item | The center of the rectangle |
Width | W | Number | Item | The width of the rectangle |
Height | H | Number | Item | The height of the rectangle |
Outputs
Name | Abbreviation | Type | Access | Description |
Feature | F | cartesian | item | The rectangle |
How to:
To create a rectangle, you need to start with a center point
Notice the yellow color of the Inputs - this input expects a Vector.
Use the centroid or pole of inaccessibility node to get a vector point.
Next, set the width
Notice the red color of the Inputs - this input expects a number.
You can set the width in a variety of ways, like typing a value into the box, or connecting an Input Parameter, number, or any numerical result from another node.
Finally, set the height
Notice the red color of the Inputs - this input expects a number.
You can set the height in a variety of ways, like typing a value into the box, or connecting an Input Parameter, number, or any numerical result from another node.



