#1544 Fracture Perforation Length : Set color to deep green

This commit is contained in:
Magne Sjaastad
2018-01-22 13:00:11 +01:00
parent 348b492cc1
commit 759d46813d
3 changed files with 14 additions and 1 deletions

View File

@@ -745,7 +745,7 @@ void RivWellFracturePartMgr::appendFracturePerforationLengthParts(const RimEclip
cvf::Collection<cvf::Part> parts;
RivPipeGeometryGenerator geoGenerator;
geoGenerator.cylinderWithCenterLineParts(&parts, displayCoords, cvf::Color3f::ORANGE, perforationRadius);
geoGenerator.cylinderWithCenterLineParts(&parts, displayCoords, RiaColorTables::perforationLengthColor(), perforationRadius);
for (auto part : parts)
{