Faults : Show NNCs moved from fault result to fault collection

This commit is contained in:
Magne Sjaastad
2014-08-26 11:55:26 +02:00
parent f69413087a
commit 56b1f78f2f
5 changed files with 7 additions and 8 deletions

View File

@@ -74,6 +74,7 @@ public:
caf::PdmField<cvf::Color3f> faultLabelColor;
caf::PdmField<bool> showFaultCollection;
caf::PdmField<bool> showNNCs;
caf::PdmPointersField<RimFault*> faults;
RimFault* findFaultByName(QString name);