#1585 corrected calculations of achor cell on fracture

Move IJK achor cell visualization to SimWellFracture
Remove unused IJK fields and IJK anchor cell from RimFracture, because they are ambigous for well path fractions.
Should be a list, but not implemented yet
This commit is contained in:
Jacob Støren
2017-06-16 14:13:42 +02:00
parent 31a64e50ac
commit a91a4d2285
6 changed files with 80 additions and 60 deletions

View File

@@ -70,7 +70,8 @@ int RigHexIntersectionTools::lineHexCellIntersection(const cvf::Vec3d p1, const
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RigHexIntersectionTools::isPointInCell(const cvf::Vec3d point, const cvf::Vec3d hexCorners[8])
bool RigHexIntersectionTools::isPointInCell(const cvf::Vec3d point,
const cvf::Vec3d hexCorners[8])
{
cvf::Ray ray;
ray.setOrigin(point);