mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2552 Embed pipe visualization of Simulation Wells in intersection views
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
caf::PdmField< bool > inputExtrusionPointsFromViewerEnabled;
|
||||
caf::PdmField< bool > inputTwoAzimuthPointsFromViewerEnabled;
|
||||
|
||||
std::vector< std::vector <cvf::Vec3d> > polyLines(double * horizontalLengthAlongWellToPolylineStart = nullptr) const;
|
||||
std::vector< std::vector <cvf::Vec3d> > polyLines(cvf::Vec3d * flattenedPolylineStartPoint = nullptr) const;
|
||||
void appendPointToPolyLine(const cvf::Vec3d& point);
|
||||
|
||||
Rim2dIntersectionView* correspondingIntersectionView();
|
||||
@@ -100,7 +100,7 @@ public:
|
||||
double lengthDown() const;
|
||||
void setLengthUp(double heightUp);
|
||||
void setLengthDown(double heightDown);
|
||||
|
||||
double extentLength();
|
||||
void recomputeSimulationWellBranchData();
|
||||
bool hasDefiningPoints() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user