We use cookies to personalize content, interact with our analytics companies, advertising networks and cooperatives, and demographic companies, provide social media features, and to analyze our traffic. Our social media, advertising and analytics partners may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services. Learn more.
Please Easel folks, I’d love to see a capability where you could draw a path, straight or curved, but where the path is a series of equally spaced holes, or even a series of complex polygons (I just need holes drilled). The diameter of the holes would be the width of the path or the tool. Then I’d just need to be able to set the spacing between the centers of the holes.
If there’s a way to do this already, please let me know.
I think the app would have to be updated to put drill shapes on the path instead of circles. @SeanMooney, would you want to make that update to your app?
Great!
I think it would also be pretty trivial to create a new app that converts the selected shapes to drill points. I feel like I have seen that request on here some where
@JeffTalbot, I’m having an issue when I try adding the drill type of shape.
I don’t get an error, but the executor function just executes over and over and over and never finishes, I have to close the App Library window to get it to stop. Any ideas?
Is the api ready for the drill type?
in the executor function if I just return the volumes that are currently in the work area (like so)
return success(args.volumes);
if the work area contains a “drill” type it freaks out, and calls the executor function over and over
if the work area does not contain a “drill” type it renders the volumes.