How can I array the group of circle?

Dear All,

I want to generate an array profile on the draw rectangle?

Kindly suggest me what should I do?

Thanks,

Add a second range input to the Y value of the geometry.translate node and set lacing to cross product.

20171223-1

1 Like

Thanks @Vikram_Subbaiah

1 Like

how do we do this for a rectangle or a hex ?

Take the same graph and add this node off the end: Dynamo Dictionary.

1 Like

Thank you, But How to control the orientation?

Not sure what you mean. Can you post a sketch?


I meant, how to control the angle rotation of squares ?

My solution. Is this the right way ?

1 Like

That would do it.

It’s be more efficient to create one point, use that to create a circle, then a polygon, rotate said polygon, then array the polygon with a Geometry.Translate node with cross product lacing at the very end of the graph.

Reason being is the count of objects - you deal with a single item until the last node so instead of 4*n objects you have 4+n objects.

1 Like


Thank you for the support @jacob.small

1 Like