teknomatika Posted September 3, 2014 Posted September 3, 2014 Hello! I've been here and here, and both are good jobs. But, as a challenge, I wanted a routine that would allow to draw inside a polygon within the largest possible number of circles with a radius value that would be provided as a variable. Example: Quote
BIGAL Posted September 4, 2014 Posted September 4, 2014 Manual way Array your circles so bigger than perimeter cover whole shap move a bit for best fit, the erase use "F" option do a few times and you will have what you have posted. There is another post in the last week or so doing something similar will try to find I am trying to remember a 20 year old solution. Quote
eldon Posted September 4, 2014 Posted September 4, 2014 That almost sounds like the "Garden Path" lisp that was used as an early lisp tutorial. You could get more circles in if they were arranged in a different pattern. Quote
marko_ribar Posted September 4, 2014 Posted September 4, 2014 Yes, eldon is in right... If circles are arranged in triangular net, waste empty spaces between circles would be minimal... See attached *.dwg Interesting topic to read can be found here : http://www.theswamp.org/index.php?topic=46911.0 M.R. 3DALIGN-SPHERES.dwg Quote
teknomatika Posted September 4, 2014 Author Posted September 4, 2014 marko_ribar You are right. In fact this (2D) is the optimal arrangement. That is precisely what I intend. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.