]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Issue #2027 Sketcher Trim Feature: split shapes by highlighted point is moved from...
authornds <nds@opencascade.com>
Wed, 1 Mar 2017 09:42:23 +0000 (12:42 +0300)
committernds <nds@opencascade.com>
Wed, 1 Mar 2017 09:42:23 +0000 (12:42 +0300)
commita6057974b4d248ec8c3c2d162e1ff49b8f9ceb51
treeb9aec2c16a1cfcd0f55cce25e373c6f61add7813
parentb5bd4403ac32517c03e9b55dc02b67dd5f526c09
Issue #2027 Sketcher Trim Feature: split shapes by highlighted point is moved from GUI to Trim feature.

Reasons: it is enough to have only two point attributes in trim feature(without references attributes) and a reference attribute for trimmed feature; cash of bounding boxes(later) should be placed in one place, it will be trim feature.
17 files changed:
src/ModelGeomAlgo/ModelGeomAlgo_Point2D.cpp
src/ModelGeomAlgo/ModelGeomAlgo_Point2D.h
src/PartSet/CMakeLists.txt
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_MouseProcessor.h
src/PartSet/PartSet_SketcherReetntrantMgr.cpp
src/PartSet/PartSet_WidgetFeaturePointSelector.cpp [new file with mode: 0644]
src/PartSet/PartSet_WidgetFeaturePointSelector.h [new file with mode: 0644]
src/PartSet/PartSet_WidgetPoint2d.cpp
src/PartSet/PartSet_WidgetPoint2d.h
src/PartSet/PartSet_WidgetSubShapeSelector.cpp
src/PartSet/PartSet_WidgetSubShapeSelector.h
src/SketchPlugin/SketchPlugin_Trim.cpp
src/SketchPlugin/SketchPlugin_Trim.h
src/SketchPlugin/SketchPlugin_Validators.cpp
src/SketchPlugin/plugin-Sketch.xml
src/XGUI/XGUI_Displayer.cpp