mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Add doc for well path part manager
This commit is contained in:
@@ -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