diff --git a/ApplicationCode/ProjectDataModel/RimIntersection.cpp b/ApplicationCode/ProjectDataModel/RimIntersection.cpp index 6f22a0f55a..793043f292 100644 --- a/ApplicationCode/ProjectDataModel/RimIntersection.cpp +++ b/ApplicationCode/ProjectDataModel/RimIntersection.cpp @@ -621,10 +621,7 @@ void RimIntersection::appendPointToExtrusionDirection(const cvf::Vec3d& point) m_customExtrusionPoints.uiCapability()->updateConnectedEditors(); - if (m_customExtrusionPoints().size() == 2) - { - rebuildGeometryAndScheduleCreateDisplayModel(); - } + rebuildGeometryAndScheduleCreateDisplayModel(); } //--------------------------------------------------------------------------------------------------