• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Simple way to draw path with points at joints?

Explorer ,
Apr 01, 2022 Apr 01, 2022

Copy link to clipboard

Copied

Hi

I need to re-draw the line in the figure with both points and solid line.

 

I could add a whole bunch of circle objects over the image points then draw a path between them. Then format all that...

 

But - is there a more automatic way?  like drawing the path and than re-formatting the anchor points as hollow circles?  Or any trick that I can learn that would make this easier?

 

Thanks - jballou

 

jdballou_0-1648823360849.png

 

Views

153

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 01, 2022 Apr 01, 2022

https://raw.githubusercontent.com/Shanfan/Illustrator-Scripts-Archive/master/jsx/Dup%20At%20Selected%20Anchors.jsx

 

Save this as a .jsx

You can put it wherever you like, but if you place it in C:\Program Files\Adobe\Adobe Illustrator 2022\Presets\en_GB\Scripts it'll be available through the File > Scripts menu in Illustrator.

Go to File > Scripts

Choose a file from the list (if the script is in the above folder) or choose Other Script (if it's somewhere else).

Either way once you choose a scrip

...

Votes

Translate

Translate
Adobe
Community Expert ,
Apr 01, 2022 Apr 01, 2022

Copy link to clipboard

Copied

Draw the path, draw a circle object, then select them and use this script:

https://github.com/Shanfan/Illustrator-Scripts-Archive/blob/master/jsx/Dup%20At%20Selected%20Anchors...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 01, 2022 Apr 01, 2022

Copy link to clipboard

Copied

Interesting script! 

 

But I have no idea how to run a script in AI. Can you help? 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 01, 2022 Apr 01, 2022

Copy link to clipboard

Copied

LATEST

https://raw.githubusercontent.com/Shanfan/Illustrator-Scripts-Archive/master/jsx/Dup%20At%20Selected...

 

Save this as a .jsx

You can put it wherever you like, but if you place it in C:\Program Files\Adobe\Adobe Illustrator 2022\Presets\en_GB\Scripts it'll be available through the File > Scripts menu in Illustrator.

Go to File > Scripts

Choose a file from the list (if the script is in the above folder) or choose Other Script (if it's somewhere else).

Either way once you choose a script, it will run.

 

This specific script depends on you having anchor points selected (or an entire object) and another foreground object which will be duplicated  at those points.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines