#1450 Use Y-AXIS as default lateral direction for near-vertical wells

This commit is contained in:
Magne Sjaastad
2017-05-08 15:08:57 +02:00
parent 7c7f8ef627
commit cac2aefefd

View File

@@ -81,8 +81,8 @@ void RigFisbonesGeometry::computeLateralPositionAndOrientation(size_t subIndex,
if (RigFisbonesGeometry::closestMainAxis(alongWellPath) == cvf::Vec3d::Z_AXIS)
{
// Use x-axis if well path is heading close to z-axis
lateralInitialDirection = cvf::Vec3d::X_AXIS;
// Use Y-AXIS if well path is heading close to Z-AXIS
lateralInitialDirection = cvf::Vec3d::Y_AXIS;
}
{