Merge pull request #8447 from OPM/intersection_filterupdate

Intersection: depth filter updates
This commit is contained in:
jonjenssen
2022-01-16 23:56:00 +01:00
committed by GitHub
parent 376451da2e
commit d9bb82de91
7 changed files with 216 additions and 108 deletions

View File

@@ -18,9 +18,10 @@
#pragma once
enum class RimIntersectionDepthCutEnum
enum class RimIntersectionFilterEnum
{
INTERSECT_SHOW_ALL,
INTERSECT_SHOW_BELOW,
INTERSECT_SHOW_ABOVE
INTERSECT_FILTER_NONE,
INTERSECT_FILTER_ABOVE,
INTERSECT_FILTER_BELOW,
INTERSECT_FILTER_BETWEEN
};