Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Radial Array #454

Open
fewerjunk opened this issue Sep 17, 2021 · 7 comments
Open

Simple Radial Array #454

fewerjunk opened this issue Sep 17, 2021 · 7 comments

Comments

@fewerjunk
Copy link

I've looked at the examples. There's one for a spiral type array.

Here's Patternodes - same desired end result:

http://www.lostminds.com/patternodes2/

13557305-04A8-4B14-90C6-90C72CBB44DE

How do I do the same thing using Nodebox?

@lievn
Copy link
Member

lievn commented Sep 18, 2021 via email

@fewerjunk
Copy link
Author

fewerjunk commented Sep 18, 2021 via email

@fewerjunk
Copy link
Author

fewerjunk commented Sep 18, 2021 via email

@fewerjunk
Copy link
Author

fewerjunk commented Sep 18, 2021 via email

@guilhermesv
Copy link

Hi,

I suggest you use the forum to post questions about using the program. Here we post more bug-related stuff:
http://support.nodebox.net/discussions/nodebox-2-3

About your question, there are several ways to obtain this result in NodeBox. An easy way is to use a shape as the point origin to translate the ellipses.

  1. Create a Ellipse node
  2. Create a Polygon node, the number of sides give you the numbers of ellipses at the end.
  3. Create a point node and connect the Polygon node to the point node. (This step it's not necessary but is your code will be more readable)
  4. Create a translate node and connect the ellipse to the input shape of translate node.
  5. Connect the point node to translate input of the input node.

Now you can change the input shape for any other you want and control de size to.

@fewerjunk
Copy link
Author

fewerjunk commented Sep 19, 2021 via email

@fewerjunk
Copy link
Author

fewerjunk commented Sep 19, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants