Skip to main content
Known Participant
June 12, 2015
Frage

Script command for align dashes to corners and path ends?

  • June 12, 2015
  • 1 Antwort
  • 2747 Ansichten

Hello,

I am using Illustrator CC for Scripting. I have dashed lines in my drawing and want to align dashes to corners and path ends.

No problem in the Illustrator stroke menu. There are two buttons with dashed lines on it. There I can select this option.

But I cannot find the script command to do this. Please can you help me?

Best regards

Harald

Dieses Thema wurde für Antworten geschlossen.

1 Antwort

Inspiring
June 12, 2015

‌You will find it on this page: s.h's page : Scripts for Adobe Illustrator CS

Known Participant
June 12, 2015

Hello Sigurdur,

I found on this page a script which calculates the positions and adjust the dashes.

But I do not found the command to call the Illustrator function.

Does this mean, there is no possibility to call the Illustrator function from the Stroke-Object?

I have to use the script?

Best regards

Harald

Qwertyfly___
Legend
June 29, 2015

I think I need this function:

s.h's page : Adjust Dashes

Maybe I have to use a part of this function, but I am not sure.

Or is there an easier way to call the Illustrator button?

Harald


the "Adjust Dashes (offset)" script will prob do exactly what you want.

to add to your script just copy and past the whole lot to the bottom of your script.

then move the first line of code "  main();  " to the place in your script where you want to correct the dashes.

Hope it works out for you