mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#166) Added clipping of the clipped cells, with fixes of errors.
This commit is contained in:
@@ -57,12 +57,13 @@ public:
|
||||
|
||||
private:
|
||||
void calculateArrays();
|
||||
|
||||
void adjustPolyline();
|
||||
cvf::ref<cvf::Vec3fArray> m_triangleVxes;
|
||||
std::vector<size_t> m_triangleToCellIdxMap;
|
||||
|
||||
cvf::cref<RigMainGrid> m_mainGrid;
|
||||
std::vector<cvf::Vec3d> m_polyLine;
|
||||
cvf::Vec3d m_extrusionDirection;
|
||||
std::vector<cvf::Vec3d> m_adjustedPolyline;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user