diff --git a/ApplicationCode/Commands/CompletionCommands/RicFishbonesTransmissibilityCalculationFeatureImp.cpp b/ApplicationCode/Commands/CompletionCommands/RicFishbonesTransmissibilityCalculationFeatureImp.cpp index 5cd24e304c..c4a9312d2b 100644 --- a/ApplicationCode/Commands/CompletionCommands/RicFishbonesTransmissibilityCalculationFeatureImp.cpp +++ b/ApplicationCode/Commands/CompletionCommands/RicFishbonesTransmissibilityCalculationFeatureImp.cpp @@ -297,6 +297,17 @@ void RicFishbonesTransmissibilityCalculationFeatureImp::findFishboneImportedLate //-------------------------------------------------------------------------------------------------- void RicFishbonesTransmissibilityCalculationFeatureImp::findMainWellBoreParts(std::map> wellBorePartsInCells, const RimWellPath* wellPath, const RicExportCompletionDataSettingsUi& settings) { - //TODO: Add relevant parts of main bore to wellBorePartsInCells + double holeDiameter = wellPath->fishbonesCollection()->wellPathCollection()->holeDiameter(); + +// TODO: +// Use entire well path from StartMD on fishboneCollection +// findCellsIntersectedByPath to find WellPathCellIntersectionInfo +// std::vector RigWellPathIntersectionTools::findCellsIntersectedByPath(const RigEclipseCaseData* caseData, const std::vector& pathCoords) +// set-up and add WellBorePartForTransCalc + + + + + }