#1474 Ask user to automatically set scale to 1 for fishbones

This commit is contained in:
Magne Sjaastad
2017-05-20 20:21:19 +02:00
parent 6e78c0b2cc
commit 1acc54d059
4 changed files with 74 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ CAF_PDM_SOURCE_INIT(RimWellPathCompletions, "WellPathCompletions");
//--------------------------------------------------------------------------------------------------
RimWellPathCompletions::RimWellPathCompletions()
{
CAF_PDM_InitObject("WellPathCompletions", ":/WellCollection.png", "", "");
CAF_PDM_InitObject("Completions", ":/WellCollection.png", "", "");
CAF_PDM_InitFieldNoDefault(&m_perforationCollection, "Perforations", "Perforations", "", "", "");
m_perforationCollection = new RimPerforationCollection;