mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#818 Intersection Box: Added XYZ slices to context menu in 3D view
This commit is contained in:
@@ -59,6 +59,10 @@ public:
|
||||
void initialize();
|
||||
void setModelBoundingBox(cvf::BoundingBox& boundingBox);
|
||||
|
||||
void setXSlice(double xValue);
|
||||
void setYSlice(double yValue);
|
||||
void setZSlice(double zValue);
|
||||
|
||||
void updateLabelsFromBoundingBox();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user