A Rectangle has four straight sides and four right angles. its value is driven by the parameter rules length and width.
Parameter Rules
length: | The size of the rectangle in the X direction. |
Example: | 1; |
width: | The size of the rectangle in the Y direction. |
Example: | 1; |
Mixins
RectangleMixin
RectangleRenderMixin
BaseAssembly
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
length |
number |
1 |
Inputs |
Cached |
width |
number |
1 |
inputs |
Cached |
Project Example:
In your kBridge Examples Projects folder, open the project called ‘Geometry Examples’.
Reference Location:
'world.geometry_examples.rectangle'
Link: https://knowledgebridge.engineer/projects
Open the Geometry Examples project.
If you look at the Geometry Examples design you will see in the Rectangle design.
A title block can be made using multiple Rectangles.
See the Table project for examples: