mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2331 Add 2d Intersection View collection with automatic views. The create command is adjusted into a "Show" command.
This commit is contained in:
@@ -49,12 +49,15 @@ public:
|
||||
caf::PdmField<bool> isActive;
|
||||
|
||||
void appendIntersection(RimIntersection* intersection);
|
||||
|
||||
void appendIntersectionBox(RimIntersectionBox* intersectionBox);
|
||||
|
||||
bool hasActiveIntersectionForSimulationWell(const RimSimWellInView* simWell) const;
|
||||
|
||||
void updateIntersectionBoxGeometry();
|
||||
|
||||
void syncronize2dIntersectionViews();
|
||||
|
||||
// Visualization interface
|
||||
|
||||
void applySingleColorEffect();
|
||||
|
||||
Reference in New Issue
Block a user