The Block Design is a graphic object. It has a height, width, and length. The Block can be found in the Project window under
BaseLibrary/Designs/Geometry.
Parameter Rules
height: | Height of the block. |
Example: | 1 ; |
length: | Length of the block. |
Example: | 1 ; |
width: | Width of the block. |
Example: | 1 ; |
Mixins
BoxMixin
BlockRenderMixin
BaseAssembly
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
height |
number |
1 |
Inputs |
Cached |
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.shapes.block'
Link: https://knowledgebridge.engineer/projects
Open the Geometry Examples project.
If you look at the Geometry Examples design you will see the Block design. It's a simple design, but very useful in building your project models.