-
How to get shape path vertices with script?
Hello,
What I am trying to do is get all the vertices points from a selected path. Is this possible?
I tried doing as described on page 177 of CS6 scripting guide, but I am getting a undefined result.
var selectedShape = app.project.activeItem.selectedProperties[0].value.vertices ;alert(selectedShape);