Question
[Scripting] Dividing an object path via Javascript / ExtendScript
- April 14, 2022
- 4 replies
- 1366 views
Say I have a circle drawn to the centre of a 1080 x 1080px artboard (as in the attached screenshot).
Is there a way to programatically divide the circle at the point of each of its anchor points -- into 4 separate paths?
If i were to do this in Illustrator itself i'd use the scissor tool -- but wondering how i could do this with a script. I've looked at the https://ai-scripting.docsforadobe.dev/ documentation but can't find anything relevant.