Illustrator Scripting :: Way To Add / Remove / Redistribute Anchor Points On Compound Shape
Sep 10, 2013
I am wondering if there is a way to add/remove/redistribute anchor points on a compound shape so that there are evenly spaced anchors along the outline of that shape.I am aware of the "add anchor points" command. But that adds a new anchor at EVERY midpoint between two anchors. It doesn't smartly calculate where to add and where to avoid adding anchors.
View 1 Replies
ADVERTISEMENT
Mar 5, 2013
script that would sample the underlying color of anchor points in a selected gradient mesh and apply it to them? I was just thinking of ways to speed up the process of creating a vector drawing based on a picture so that all you would have to do is model your mesh and then let the script apply the colors.
View 2 Replies
View Related
Mar 30, 2013
I am using Illustrator CS3 on a Mac 10.5.8.
I am trying to create a compound shape from a compound shape I have prepared.
The first part works okay. I can combine the hexagon-compound-shape I have created from multiple hexagon shapes.
I then want to cut away the edges on a part of the compound shape (using a box of 4 rectangles), which is supposed to give me a rectangle with only the lines from the compund-shape inside this rectangle (image 1).
But when I cut away the box around my hexagon-compound-shape (using the Pathfinder window), the hexagon-compound shape inside behaves strangely, with only some of the lines showing and other lines missing (image 2).
I would like the rectangles to simply just cut away the lines that the rectangles are covering, and leave behind the lines in my hexagon-compound-shape, as they appeared in image 1, and not having hexagon-compound-shape changing which lines appear and disappear.
View 8 Replies
View Related
Feb 12, 2014
I'm just wondering if there's some function to add an anchor point on a path between (exactly in the middle) two anchor points. Like Object > Path > Add Anchor Points, except only between two selected anchor points.
I'm using Illustrator CC (17.1) on a Mac.
View 2 Replies
View Related
May 30, 2012
Is there a way to remove redundant points whilst maintaining the exact shape of the path?
After using Pathfinder or Expand there are often many redundant points which can't be removed using Simplify or Unite.
The VectorScribe plugin has a Smart Remove Points feature which is exactly what I want. I'm presuming the only way I can get that feature is to buy the plugin.
A simple example is shown below: The path is part of an exact circle and I need to remove one of the anchors.
View 6 Replies
View Related
Jul 14, 2013
In PS CS 6 it used to be possible to draw a shape, like a rectangle, and then use the direct selection tool to select and move one corne of the rectangle. However, in PS CC this does not work anymore. When I try to use the direct selection tool, all anchor points remain selected and so I can't move a single point, just all of them at once. What might I be doing wrong? Did something change in the CC version?!
View 9 Replies
View Related
Oct 9, 2012
Trying CS6 for the first time and noticed that I'm having trouble aligning 2 anchor points in a vector shape. For some reason, no matter how much I zoom in, the anchor "snaps" where I don't want it to, which wouldn't be so bad if the anchor I'm trying to align with it snapped at the same place, but it doesn't.
I tried checking/unchecking "align edges" and "constrain path dragging", but neither has any effect on the problem.
View 7 Replies
View Related
Mar 11, 2014
I'm a novice here so here's my script. It works really well like it sits. It basically takes two objects in a large group and aligns them. I want to make each two objects combined into a single compound path. I have tried multiple things and they all just kick out errors and what not. I can't seem to get my head around the vocabulary for the scripting but the darkness is starting to fade the more I do.
#target Illustrator
var idoc = app.activeDocument;
var pi =idoc.compoundPathItems;
var numn = prompt ("How Many Names?", "Enter Number of Names");
var dd = prompt ("How far below name is the number?", "Enter Drop Distance");
var nH = prompt ("How tall are the names?", "Enter Name Height in Inches");
dd = parseFloat (dd);
numn = parseInt (numn);
nH = parseFloat (nH);
[code]...
Would Like to combine the aligned items into a single compound item.
View 1 Replies
View Related
Aug 30, 2012
I have a shape in illustrator CS6 that I'm trying to edit. When I try to click on a point with the Delete Anchor Point Tool nothing happens however I am able to select the point using the Direct Selection Tool and then remove it using the "Remove selected anchor points" option in the Control palette. Same issue with trying to use the Convert Anchor Point Tool.
View 7 Replies
View Related
Feb 12, 2014
I'm working on a script for my company that sets up templates for internal use. I've been able to get most of it completed by drawing basic pathItems and textFrames. The problem I face now is adding our company logo. In the scripting reference I've found examples of duplicating art from one document to another, but that isn't what I need here.
I've approached this by trying to select our company logo in an existing document and in some way capturing the pathPoints so I can use them in the the script that is setting up the templates.However I've not had much luck with this. Ideally everything will be self contained in the one script, so that external files aren't required.
View 3 Replies
View Related
Jul 24, 2013
I'm trying to set up a script that will grab a group of objects and turn them into a compound path, then apply a clipping mask to the compound path and the next group in the layer.
View 5 Replies
View Related
May 23, 2013
Cs6 here.... I am trying to cut out a simple shape to allow the area under the shape to be trasnparent or Alpha. Like a Mask. Except when I use the Mask it does at it should do and mask the area where the shape is and MASKING or removing the areas not under the mask. I tried Compound path but I am not getting any result from it. My shape stays right on top of my work and does not "cut it out" to allow the Background to shine through as an alpha channel. See pics for clarity. I want to reverse this where the circle is cut out and the rest stays visible...
View 11 Replies
View Related
Jan 9, 2014
Win7 Enterprise 64 bit
Illustrator CC 17.0.1 64 bit
After placing an image into a new document within Illustrator. I trace the image and expand it. from there I attempt to Alt-click on the unite shape mode to create a compound shape.
No results...the compound shape is not created.
View 9 Replies
View Related
Nov 3, 2013
I am trying to (among other things) move a pathpoint that was added on a pathitem rectangle. The add of the pathitem goes well, the add of the pathpoint to the rectangle is fine, although when it it is "added" it picks some arbitrary position, hence the need to change the position, starting with the anchor.
I typically write in VB.NET (2013), as I am doing here. Using Illustrator CS6.
In VBScript, documentation shows:
newPoint.Anchor = Array(75, 300)
Using that syntax, I get a pre-complier error in VB.NET, as "Array" is a type and can't be used as an expression.To create an inline array in VB.NET, I would normally use:
newPoint.Anchor = {75, 300}
Using this syntax, I get a runtime COM-exception error.
View 3 Replies
View Related
Sep 22, 2012
Is there any way to find a specific point on a path, that is not necessarily an anchor point?
What I'd like to be able to do is tell Illustrator "Give me the coordinates of the point that's exactly at half of this path's length" or "... exactly 25% ...". And if that's possible, can I somehow add an anchor point to that point, or cut the path at that point?
View 4 Replies
View Related
Sep 12, 2013
I want to get the coordinates of anchor points in every path layer. Can illustrator itself offer me a list of corrdinates X/Y?
View 14 Replies
View Related
Feb 25, 2014
I draw with the pen tool a rectangle... When I click with the direct selection tool on the left side anchors, none of them have the corner widget... The right side anchors / both have corner widgets appearing.
I have tried clicking the left-side anchors and converting them to 'corners' both nothing happens..
View 3 Replies
View Related
Jun 21, 2013
All I am trying to do is move an anchor from one location to another using vbscript. I have searched everywhere and scoured the scripting references but I have not been able to figure this out as of yet.
I am able to select anchor points without an issue....moving those points seems to be a problem.
View 5 Replies
View Related
Feb 21, 2012
Why does this not work? The textFrameItem.anchor behaves as if it is a read only value but it isn't supposed to be. What am I doing wrong?
function pointText(onLayer,str){
var pointText = onLayer.textFrames.add();
pointText.contents = str;[CODE].....
View 1 Replies
View Related
Mar 21, 2013
[Illustrator CS5]
I need to copy and paste path segments in order to create uniform serifs for letters. (For example, specific path curves).
So imagine I have a horizontal segment and a curve segment. I mouseover each one seperately and I can see they have anchor points where I want them to merge afterwards. I drag one towards the other to make them intersect. Then I try to select both anchor points and press CTRL + SHIFT + ALT + J, but it displays this error: "To join, you must select two open endpoints. (...)" Which makes me think I'm not really selecting both anchor points when they're overlapped.
I have the idea that they can't overlap, because my path segment won't detect the anchor point in the other path. They're just visually intersected but not connected.
If I try to join them when they aren't overlapped, they will join but distort the original shape of the path segments. I select them both with the Direct Selection tool, pressing Shift to add the second anchor point to the selection, which won't work when they're overlapped because Shift + Clicking will deselect the anchor that seems on top.
I also tried various shape modes in pathfinder and nothing works.
How can I properly overlap and join / merge them?
(I'm using a white fill so I can see the shape forming as I add more anchor points so I'm sure they aren't joined).
View 11 Replies
View Related
Jan 31, 2013
I want to move two opposite anchor points in opposite directions so that they are equally spaced. So if I have one anchor point I want to move right and the other left how can i make sure that they have equal spacing apart without having to resort to rulers. Is it possible to select both points and get them to move in opposite direction together?
View 4 Replies
View Related
Oct 25, 2013
The direct selection and lasso tools keep selecting entire paths. I thought these tools were for selecting individual or small groups of anchor points so that they can be edited. I am using Illustrator CS6, and I'm not sure if I'm doing something wrong or if my program is being buggy.
View 2 Replies
View Related
Feb 8, 2013
I'm making a picture and I have a problem - I need a maximum of 2000 anchor points, and I have about 11k.
Seems like I have a lot of unnecessary points, but when I try to simplify the picture gets all messed up. Any other way to fix this?
Here's part of the picture, you can clearly see that a lot of the points don't have to be there..
View 16 Replies
View Related
Sep 29, 2013
How do I measure a path between two given anchor points?
View 5 Replies
View Related
Aug 12, 2012
In the above image, I have four symmetrical corners of an ellipse which I'm trying to join together into one ellipse that is perfectly symmetrical. I am trying to line up the anchors perfectly (one corner at time) and then do a join, yet the result is always slightly off. I've been selecting the two points I want to join and using Path -> Average, then Path -> Join to do this, yet as mentioned it's not coming out precise.
View 10 Replies
View Related
Mar 31, 2013
I have Illustrator CS6 for mac ox mountain lion. I was working with a vector image and everything was working fine. Now when i try to move any anchor point, it acts as if its not calabrated, for lack of better terms. If i try to move it one way it snaps twoards another, or if i try to adjust the hadles, they do the same. it doesn't follow my direction like it did befor. Its now impostible to use!
View 2 Replies
View Related
Jan 25, 2014
When using the pen tool in illustrator I see the handles as I create the object, but when I go to modify it sometimes some of my anchor points don't have handles to manipulate them. I went to show edges, bounding box, and clicked the little handles box but it still doesn't bring handles to certain points I want to curve or straighten.
View 3 Replies
View Related
Feb 18, 2014
I am working on a scanned black and white image that I image traced in Illustrator. I am now in the process of seperating certain parts of the image from each other for changing colors. I know how to do this, but my way is by using direct select and going in and picking out points and joining them which is going to take ages. Is there any way to say select a range of anchor points on a path (not the whole path, but not individual points either) like shift clicking a range of files in windows explorer? Are there any other ways I can go about this in a more time efficient manner? I am using the Creative Cloud.
View 1 Replies
View Related
Jun 20, 2013
Is there such a thing as a corner anchor point with handles? It's quite a common thing in other vector programs (i.e. Inkscape), but I can't change the direction (angle) of the curve leaving/entering a corner anchor point.
View 4 Replies
View Related
Jun 9, 2012
I'm trying to get the position of point text from left anchor if left aligned, middle if center aligned and right if right aligned. is this even possible?
here are the keys of object I am trying to get at:
keys:
story : [Story]
contents : export me
textRange : [TextRange]
textSelection : [TextRange]
rowCount : 1
columnCount : 1
rowGutter : 0
columnGutter : 0
flowLinksHorizontally : true
spacing : 0
opticalAlignment : false
kind : TextType.POINTTEXT
contentVariable : undefined
orientation : TextOrientation.HORIZONTAL
this is what I am using to get at it:
app.activeDocument.textFrames[2].anchor[0]
am i confusing anchor point with baseline position?
View 3 Replies
View Related
Feb 14, 2013
I was playing around with the guides making margins ect. I typed some text & went to grab it to expand it & now it wont work? It seems the anchor points are locked or something? I cant drag out the corner of a box to make it bigger or smaller either?
View 3 Replies
View Related