mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add valve visualization to MSW wells
* Refactor geo generator * Add valve visualization to segments that are connected to a valve
This commit is contained in:
@@ -961,11 +961,10 @@ void RivWellFracturePartMgr::appendFracturePerforationLengthParts( const RimEcli
|
||||
double perforationRadius = wellPathRadius * 1.2;
|
||||
cvf::Collection<cvf::Part> parts;
|
||||
|
||||
RivPipeGeometryGenerator geoGenerator;
|
||||
geoGenerator.cylinderWithCenterLineParts( &parts,
|
||||
displayCoords,
|
||||
RiaColorTables::wellPathComponentColors()[RiaDefines::WellPathComponentType::PERFORATION_INTERVAL],
|
||||
perforationRadius );
|
||||
RivPipeGeometryGenerator::cylinderWithCenterLineParts( &parts,
|
||||
displayCoords,
|
||||
RiaColorTables::wellPathComponentColors()[RiaDefines::WellPathComponentType::PERFORATION_INTERVAL],
|
||||
perforationRadius );
|
||||
|
||||
for ( auto part : parts )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user