Replies: 2 comments 2 replies
-
Hello, Let me think a bit on how to do this. It is definitely possible, but might needs to have some pieces exposed. But first let me ask a few guestions:
If it's rather a simple polygon and is user generated, you should probably directly use Otherwise, let me know and I might be able to expose the right parameter to enable user setting (it will most likely be the origin, but we need to check that |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Sebastian, thanks for your response.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for KFactory, the fill_tiled function is quick and useful. I would like to fill_tiled a polygon, and then use another polygon (which is a subset of the original polygon) or region to select the portion of tiled instances that fall within this polygon. The purpose of such is to change the pointer/instance to a different cell, so that the grid is constant across the larger polygon, but the geometry can change. This would have an application of augmented reality waveguides.
Beta Was this translation helpful? Give feedback.
All reactions