#2552 Fix visualization of branch-depth, both wells and intersection geoemetry.

This commit is contained in:
Jacob Støren
2018-03-14 10:33:10 +01:00
parent 9cad0bff1e
commit 1861255281
7 changed files with 124 additions and 55 deletions

View File

@@ -96,6 +96,7 @@ void RivIntersectionGeometryGenerator::calculateSegementTransformPrLinePoint()
for ( size_t pLineIdx = 0; pLineIdx < m_polyLines.size(); ++pLineIdx )
{
const std::vector<cvf::Vec3d>& polyLine = m_polyLines[pLineIdx];
startOffset.z() = polyLine[0].z();
m_segementTransformPrLinePoint.emplace_back(RivSectionFlattner::calculateFlatteningCSsForPolyline(polyLine,
m_extrusionDirection,
startOffset,