How to cut a 2D square plane? #139
Unanswered
damulaoshi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Romain and all Neper users:
Is there any way to cut a 2D square plane (square(1,1)) with Voronoi tesselation by using the code '-transform ...'? In fact, I need to divide this square into 4 subdomains. Is there any way that I can achieve this goal?
Right now I have the code like this to generate a whole square domain with Voronoi tessellation:
neper -T -n 100 -dim 2 -domain "square(1,1)" -id $i -sort id -statcell size -ori random -o square
But how can I cut or crop some subdomains in this 1*1 2D square?
Wish to receive your reply soon,
Best regards,
Damu
Beta Was this translation helpful? Give feedback.
All reactions