mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add operations on polygon : Duplicate, exportCsv, exportPol and simplify
SimplfyPolygon applies an operation on polygon to reduce the number of points in a way that the shape of the polygon is conserved.
This commit is contained in:
@@ -330,7 +330,7 @@ void RimPolygonFilter::fieldChangedByUi( const caf::PdmFieldHandle* changedField
|
||||
{
|
||||
if ( changedField == &m_editPolygonButton )
|
||||
{
|
||||
RimPolygonTools::selectAndActivatePolygonInView( m_cellFilterPolygon(), this );
|
||||
RimPolygonTools::activate3dEditOfPolygonInView( m_cellFilterPolygon(), this );
|
||||
|
||||
m_editPolygonButton = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user