#2663 Zoom All : Check if completions intersects bounding box of model

This commit is contained in:
Magne Sjaastad
2018-04-23 22:52:44 +02:00
parent 54c7932806
commit a9b1883dc8
5 changed files with 56 additions and 29 deletions

View File

@@ -81,7 +81,7 @@ public:
double characteristicCellSize,
const cvf::BoundingBox& wellPathClipBoundingBox);
void appendStaticFracturePartsToModel(cvf::ModelBasicList* model);
void appendStaticFracturePartsToModel(cvf::ModelBasicList* model, const cvf::BoundingBox& wellPathClipBoundingBox);
private:
void appendFishboneSubsPartsToModel(cvf::ModelBasicList* model,
@@ -113,6 +113,8 @@ private:
inline RimWellPathCollection* wellPathCollection();
inline double wellPathRadius(double characteristicCellSize, RimWellPathCollection* wellPathCollection);
bool isWellPathWithinBoundingBox(const cvf::BoundingBox& wellPathClipBoundingBox) const;
private:
caf::PdmPointer<RimWellPath> m_rimWellPath;
caf::PdmPointer<Rim3dView> m_rimView;