Answered
Alternative for app.executeMenuCommand("join")?
Does jsx have alternative for this app.executeMenuCommand("join")?
Are there method with which is possible to apply join on two or more objects?
Or are there any other alternative for this?
Does jsx have alternative for this app.executeMenuCommand("join")?
Are there method with which is possible to apply join on two or more objects?
Or are there any other alternative for this?
To join objects, the script needs to know which objects the user wants to join. You can try to collect all points of vector paths into an array and create a new pathItem with myPath.setEntirePath(points), while deleting the original paths.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.