mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-03 12:10:57 -06:00
Add doc for well path part manager
This commit is contained in:
parent
a08dbc91ba
commit
562afb1a7a
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
|
Loading…
Reference in New Issue
Block a user