Replies: 2 comments
-
I think this is a matter of copying the topology from a boolean grid into a mask grid, looking for an example in the test cases... |
Beta Was this translation helpful? Give feedback.
0 replies
-
In tools/Clip.h I found the function convertToMaskGrid |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Asking because all SDF interior methods convert directly to a boolean grid and none convert into a MaskGrid.
Alternatively, is there a way to go from an SDF -> MaskGrid directly. There are several functions that use "mask" but they all output bool grids.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions