#8186 Append points from clipboard to RimPolygonFilter

wip
This commit is contained in:
Magne Sjaastad
2021-10-29 15:41:03 +02:00
parent 8a8019427d
commit fc50dafc8c
5 changed files with 127 additions and 0 deletions

View File

@@ -881,6 +881,7 @@ void RimExtrudedCurveIntersection::appendPointToPolyLine( const cvf::Vec3d& poin
m_userPolylineXyz.v().push_back( pointXyz );
m_userPolylineXyz.uiCapability()->updateConnectedEditors();
m_userPolylineXydForUi.uiCapability()->updateConnectedEditors();
rebuildGeometryAndScheduleCreateDisplayModel();
}