Dynamo brique pattern

Hello,

I would like to know how to create this brick pattern in dynamo. Is it possible to do for
beginner ? Thank you in advance.

Look into the pattern toolkit package as a start.

Be warned: If you don’t yet know geometry and Dynamo basics this will be difficult.

3 Likes

@chika.tatsuta here is one way to approach it using the Pattern Toolkit

The graph (Attached) is as follows. where we generate a Surface in Dynamo (You could refactor to pull one from Revit), generate a Pattern with the Pattern Toolkit of bricks, then map a bump map to those bricks.

The real trick to achieve the image you see is correctly creating a bump map. Please note that it’s imperative your dimensions of your image correlate to your surface. It can be less pixelated, but the overall width/height ratio needs to match:

  • If your wall is 5000mm high x 20000mm wide (Like this one)
  • Then your image should be 5000:20000, 500:2000, 100:400 etc.

The beauty of this script is that you simply have to change out the .JPEG image to change the overall feel swiftly, then meddle with the offsets etc. I’ve attached a few of the ones I used, but you could create a better gradient to get more smooth results.

Attachments:
DynamoBrickPatterns.dyn (6.0 MB)
DynamoBrick.rfa (840 KB)


Weave
Pixels
Tartan

5 Likes