mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge pull request #8447 from OPM/intersection_filterupdate
Intersection: depth filter updates
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user