Page 1 of 1

Path operations scripts?

Posted: Fri Jan 20, 2023 2:18 pm
by dstofka
Does anyone know of any scripts that have been developed to do path operations on shapes in Moho? Several functions come to mind -- Boolean operations (union, intersection), expanding or contracting a shape by a certain amount, converting a weighted stroke into a shape, removing points from a shape that aren't directly part of its contour -- that I would think are in the realm of scripting possibility (for someone who knows scripting way more than I do!).

Re: Path operations scripts?

Posted: Fri Jan 20, 2023 3:01 pm
by SimplSam
With most of what you have mentioned scripting is not the issue per se. The greater issue is determining the algorithms.

I will also add that shapes can be made up of multiple Paths - so that one could already be resolved.