Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: discard non-surface polygons during etch and grow #27

Closed
wants to merge 1 commit into from

Commits on Nov 20, 2022

  1. fix: discard non-surface polygons during etch and grow

    The etch/grow function does not consider the masking aspect of the
    of the underlying geometry, resulting in non-physical operations.
    That is, an hermetically sealed bubble can be etched or deposited
    into without creating a hole in it. The operation goes through all
    layers, even though no `:through` argument is specified.
    
    This fix introduces a filter to discard all regions that are not
    connected to the surface at one point.
    It might break the `:through` intended behavior.
    htherrien committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    892cd94 View commit details
    Browse the repository at this point in the history