mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge branch 'fishbones' into pre-proto
This commit is contained in:
23
doc/well_path_part_manager.plantuml
Normal file
23
doc/well_path_part_manager.plantuml
Normal file
@@ -0,0 +1,23 @@
|
||||
@startuml
|
||||
|
||||
|
||||
|
||||
RimView --> RivWellPathCollectionPartMgr
|
||||
|
||||
RivWellPathCollectionPartMgr -* "N" RivWellPathPartMgr
|
||||
|
||||
class RivWellPathPartMgr {
|
||||
RimWellPath* m_wellPath
|
||||
}
|
||||
|
||||
class RimWellPath {
|
||||
RimWellPathFractureCollection m_fractureCollection;
|
||||
}
|
||||
|
||||
class RimWellPathFractureCollection {
|
||||
caf::PdmChildArrayField<RimWellPathFracture*> fractures;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user