Skip to content
Snippets Groups Projects
Commit ca88abba authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: add proximityRegions filter to distanceSurface (#2108)

- combines region-based and proximity-based filtering

  proxityRegions (post-filter):
    Checks the distance of the resulting faces against the original
    search surface. Filters based on the area-weighted distance
    of each topologically connected region.
    If the area-weighted distance of a region is greater than
    \c absProximity, the entire region is rejected.

STYLE: 'proxityFaces' as newer synonym for 'proximity' filter
parent b6b4ab07
Branches
Tags
1 merge request!460ENH: add proximityRegions filter to distanceSurface (#2108)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment