#1873: Changed naming scheme when exporting laterals. Make sure fishbone name is exported and be more explicit in the enumeration of the subs and laterals.

Refactored RimFishbonesMultipleSubs so that it is clear that the fishbone instances only have auto generated names based on their current index.
This commit is contained in:
sigurdp
2017-12-19 11:00:26 +01:00
parent 8c8970cec0
commit dbd1265f31
9 changed files with 68 additions and 33 deletions

View File

@@ -58,7 +58,7 @@ void RivFishbonesSubsPartMgr::appendGeometryPartsToModel(cvf::ModelBasicList* mo
{
clearGeometryCache();
if (!m_rimFishbonesSubs->isChecked()) return;
if (!m_rimFishbonesSubs->isActive()) return;
if (m_parts.size() == 0)
{