Mobile app version of vmapp.org
Login or Join
Candy945

: Adobe Illustrator / Rhinoceros custom object select I'm using both AI and Rhino. I've got a file that's got over a thousand small circles that are nested inside other curves all over the file

@Candy945

Posted in: #AdobeIllustrator #IllustratorScripting

I'm using both AI and Rhino. I've got a file that's got over a thousand small circles that are nested inside other curves all over the file randomly. I want to select them all and group them in either Rhino or AI.

How can this be done? I'm thinking programmatically, like select_if{ 0.05cm <= a && a <= 0.10}. Of course this string of code is just pseudocode to give you the gist of what I'm after assuming there is an "under the hood" approach to graphic design vis-a-vis AI or Rhino.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Candy945

1 Comments

Sorted by latest first Latest Oldest Best

 

@Eichhorn212

You can script Illustrator using JavaScript with the Extend Script API provided by Adobe. But that's beyond my Illustrator-fu. You can learn more about the Extend Script toolkit and API for Illustrator here: www.adobe.com/devnet/illustrator/scripting.html

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme