pre-proto - Showing name of fractures / fracture templates in project tree view

This commit is contained in:
astridkbjorke
2017-01-04 10:41:46 +01:00
parent 7b0d1fbd2f
commit d57c1e8f32
11 changed files with 61 additions and 45 deletions

View File

@@ -77,7 +77,7 @@ void RicNewWellPathFractureAtPosFeature::onActionTriggered(bool isChecked)
RimWellPathFracture* fracture = new RimWellPathFracture();
fractureCollection->fractures.push_back(fracture);
fracture->name = "New Well Path Fracture";
fracture->name = "Well Path Fracture";
fracture->positionAtWellpath = wellPathItem->m_pipeCenterlineIntersectionInDomainCoords;
fracture->measuredDepth = wellPathItem->m_measuredDepth;