You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Romain / Neper devs,
I'm using neper -T -transform 'crop(...)' to crop tessellations, and I’ve had success doing this in 3D using:
-transform 'crop(cube(xmin, xmax, ymin, ymax, zmin, zmax))'
Now I’m trying to do the same in 2D, using:
crop = "crop(square({xmin},{xmax},{ymin},{ymax}))"
But Neper throws an error (or doesn’t crop), and I couldn’t find any documentation about square(...) being supported as a crop primitive in 2D.
Questions:
Thanks a lot!
Best,
Lucas
Beta Was this translation helpful? Give feedback.
All reactions