(#660) Use Intersection to be aligned with concept naming in other tools

This commit is contained in:
Magne Sjaastad
2015-11-23 09:07:35 +01:00
parent 4971304bf9
commit dc1a66d2cc
6 changed files with 12 additions and 13 deletions

View File

@@ -32,9 +32,9 @@ CAF_PDM_SOURCE_INIT(RimCrossSectionCollection, "CrossSectionCollection");
//--------------------------------------------------------------------------------------------------
RimCrossSectionCollection::RimCrossSectionCollection()
{
CAF_PDM_InitObject("Cross Sections", ":/undefined_image.png", "", "");
CAF_PDM_InitObject("Intersections", ":/undefined_image.png", "", "");
CAF_PDM_InitFieldNoDefault(&m_crossSections, "CrossSections", "Cross Sections", "", "", "");
CAF_PDM_InitFieldNoDefault(&m_crossSections, "CrossSections", "Intersections", "", "", "");
m_crossSections.uiCapability()->setUiHidden(true);
CAF_PDM_InitField(&isActive, "Active", true, "Active", "", "", "");