- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Context: I am working on creating a dynamic block for a brick array.
The goal is to efficiently fill a space between walls with bricks, even when the distance between the walls is not an exact multiple of the brick length.
When the distance between the walls is not an exact multiple of the brick length, the array does not fit perfectly. There is a remaining space that does not accommodate a full brick.
I want to create a dynamic block that will fill the space with full bricks and then stretch* the last brick to fill the remaining space.
As shown, the current array setup with fixed-length bricks and the desired outcome where the last brick is stretched to fit the remaining space.
*The last brick is only the outline+hatch, without the inner parts.
Solved! Go to Solution.