#1570 Improve robustness and readability

Add tests for empty geometry
Clear all parts in clearGeometryCache
This commit is contained in:
Magne Sjaastad
2017-06-07 14:46:54 +02:00
parent df57298d57
commit 10b7aa4e32
2 changed files with 75 additions and 57 deletions

View File

@@ -76,9 +76,8 @@ private:
private:
caf::PdmPointer<RimFracture> m_rimFracture;
cvf::ref<cvf::Part> m_part;
cvf::ref<cvf::Part> m_polygonPart;
cvf::ref<cvf::Part> m_StimPlanMeshPart;
cvf::ref<cvf::Part> m_stimPlanMeshPart;
};