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

Known Participant
June 25, 2015

GGraphic style may be the option. Nice idea!

ill have to have a play when I'm back at the computer‌


Hello,

I will explain my problem with an example. I have many drawings in AutoCAD. I use the DWG Import of Adobe Illustrator.

After the Import I have a lot of centerlines, but they look like this:

Then I select the lines and click the right button:

And the result is much better:

All centerlines are on a seprate layer. So I can select every line with a script, but how can I "click" the button programmatically?

Harald