Add doc for well path part manager

This commit is contained in:
Magne Sjaastad 2017-05-03 10:55:20 +02:00
parent a08dbc91ba
commit 562afb1a7a

View 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