mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2333 Add flattened intersectino geometry. Some view modifications to move towards a final 2D view experience
This commit is contained in:
@@ -33,6 +33,7 @@ class RimWellPath;
|
||||
class RivIntersectionPartMgr;
|
||||
class RimSimWellInView;
|
||||
class RimSimWellInViewCollection;
|
||||
class Rim2dIntersectionView;
|
||||
|
||||
namespace caf
|
||||
{
|
||||
@@ -86,6 +87,7 @@ public:
|
||||
std::vector< std::vector <cvf::Vec3d> > polyLines() const;
|
||||
void appendPointToPolyLine(const cvf::Vec3d& point);
|
||||
|
||||
Rim2dIntersectionView* correspondingIntersectionView();
|
||||
RivIntersectionPartMgr* intersectionPartMgr();
|
||||
|
||||
std::vector< std::vector <cvf::Vec3d> > polyLinesForExtrusionDirection() const;
|
||||
|
||||
Reference in New Issue
Block a user