Skip to main content

rectangle

create a rectangle from a center point

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over a week ago

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:

  1. 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.

  2. 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.

  3. 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.

Did this answer your question?