#1368 - pre-proto - Adding tilt angles to fractures

This commit is contained in:
astridkbjorke
2017-03-29 10:12:01 +02:00
parent ac78ab4df2
commit 500e0b77be
4 changed files with 11 additions and 3 deletions

View File

@@ -183,6 +183,7 @@ void RimSimWellFracture::defineUiOrdering(QString uiConfigName, caf::PdmUiOrderi
locationGroup->add(&m_branchIndex);
locationGroup->add(&azimuth);
locationGroup->add(&dip);
locationGroup->add(&tilt);
caf::PdmUiGroup* propertyGroup = uiOrdering.addNewGroup("Properties");
propertyGroup->add(&fractureUnit);