Replace local selected object code in MSW export with cafSelectionManager methods.

This commit is contained in:
Gaute Lindkvist
2018-08-22 14:31:55 +02:00
parent c32590a5da
commit b8f4aab4a9
4 changed files with 13 additions and 111 deletions

View File

@@ -41,10 +41,7 @@ protected:
virtual bool isCommandEnabled() override;
public:
static void exportWellSegments(const RimWellPath* wellPath, const std::vector<RimFishbonesMultipleSubs*>& fishbonesSubs, const RicCaseAndFileExportSettingsUi& settings);
private:
static RimFishbonesCollection* selectedFishbonesCollection();
static RimWellPath* selectedWellPath();
static void exportWellSegments(const RimWellPath* wellPath,
const std::vector<RimFishbonesMultipleSubs*>& fishbonesSubs,
const RicCaseAndFileExportSettingsUi& settings);
};