#3312 Well Path Creation: Update intersections, completion type result and fractures when moving the wellpath

This commit is contained in:
Jacob Støren
2018-09-12 13:18:48 +02:00
parent 50b10d6078
commit 0431540073
8 changed files with 89 additions and 35 deletions

View File

@@ -54,6 +54,8 @@ private:
private:
friend class RicWellTarget3dEditor;
void enableFullUpdate(bool enable);
bool m_isFullUpdateEnabled;
caf::PdmField<bool> m_isEnabled;
caf::PdmField<caf::AppEnum<TargetTypeEnum> > m_targetType;
caf::PdmField<cvf::Vec3d> m_targetPoint;