The RectangleMixin is a mixin that is used by the Rectangle design. The RectangleMixin provides Rectangle-like parameters and behavior. The rectangle is defined in the XY plane. Note that 'width' is the dimension in the Y direction, not 'height'.
Rules
length: | The size of the rectangle in the X direction. |
width: | The size of the rectangle in the Y direction. |
Mixins
FrameMixin
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
length |
number |
1 |
Inputs |
Cached Parameter |
width |
number |
1 |
Inputs |
Cached Parameter |
Rectangle