0
How can I join points together?
New Here
,
/t5/illustrator-discussions/how-can-i-join-points-together/td-p/1163942
Jan 26, 2009
Jan 26, 2009
Copy link to clipboard
Copied
Hi
I would like to write a method in C# to create two points and join them together as a line.
I've created the method which adds points in an .ai file but I don't know how to join them. (I used pathpoint)
or is there any way that I can add a line to the file programmatically?
I would appreciate any suggestion or help.
I would like to write a method in C# to create two points and join them together as a line.
I've created the method which adds points in an .ai file but I don't know how to join them. (I used pathpoint)
or is there any way that I can add a line to the file programmatically?
I would appreciate any suggestion or help.
TOPICS
Scripting
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explore related tutorials & articles
New Here
,
/t5/illustrator-discussions/how-can-i-join-points-together/m-p/1163943#M238016
Feb 06, 2009
Feb 06, 2009
Copy link to clipboard
Copied
Select the two points with the direct selction (assuming they are both end points,if not, cut the with the scissors) shift select the two you want to join, then go to Object>Path>Join. And that should do it.
-Nicole
-Nicole
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/illustrator-discussions/how-can-i-join-points-together/m-p/1163944#M238018
Feb 06, 2009
Feb 06, 2009
Copy link to clipboard
Copied
You will need to use the setEntirePath construction although I'm not sure how to do this in C#. It is not a supported scripting language.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

