- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I would create a LISP that draw a circle at the starting or ending point (depends where I click) of a existing line.
Then with this circle I would do an ARRAYPATH but with different value of distance between the circles. The value of the distance should be taken from a fixed pool of values.
Example
1. I click on the line in the side where I want the circle (with fixed radius)
2. LISP command draws the circle
3. LIPS command draws a second circle "VAR1" unit far from the first circle, LIPS command draws a third circle "VAR2" unit far from the second circle, and so on until the end of the line/path.
"VAR1" "VAR2" "VAR3"... are fixed values that the command should take randomly.
It could be plus if I could edit manually some values of distance (maybe with something like a input text box between the circles).
Is it possible to do this? Maybe at the least without the random distance value?
Where I could find guide of the ARRAYPATH parameters?
Thank you
PS: I would change the default distance of the arraypath command. There isn't any system variable to change? I see only solutions with "actions recording" or "lisp" for this...and it can't be!!!😅
Solved! Go to Solution.