Enable starting FaultRA processing from 3d view (#7801)

This commit is contained in:
jonjenssen
2021-06-18 16:51:05 +02:00
committed by GitHub
parent 0825fa10ac
commit 66b2b50a1d
12 changed files with 396 additions and 202 deletions

View File

@@ -64,6 +64,7 @@ public:
RimFaultRASettings* faultRASettings() const;
bool faultRAEnabled() const;
bool faultRAAdvancedEnabled() const;
void enableFaultRA( bool enable );
caf::PdmField<bool> showFaultFaces;