Salome HOME
Issue #2027 Sketcher Trim Feature
authornds <nds@opencascade.com>
Tue, 28 Feb 2017 06:47:31 +0000 (09:47 +0300)
committernds <nds@opencascade.com>
Thu, 9 Mar 2017 13:49:40 +0000 (16:49 +0300)
commitaf69a9771accba3192bbb19edf77fb2dce428b7e
tree9bb18509d1ef593a6d43103a27ff6cca9d209e16
parent166229193e52311d5fd8221a507528104d197dd0
Issue #2027 Sketcher Trim Feature
Trim Circle feature, Line and Arc features.
29 files changed:
src/GeomAPI/GeomAPI_Shape.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.h
src/ModelAPI/ModelAPI_Tools.cpp
src/ModelAPI/ModelAPI_Tools.h
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/SketchAPI/SketchAPI_Sketch.cpp
src/SketchAPI/SketchAPI_Sketch.h
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_ConstraintSplit.cpp
src/SketchPlugin/SketchPlugin_Plugin.cpp
src/SketchPlugin/SketchPlugin_Trim.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Trim.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Validators.cpp
src/SketchPlugin/Test/TestTrimCircle.py [new file with mode: 0644]
src/SketchPlugin/icons/split.png
src/SketchPlugin/icons/trim.png [new file with mode: 0644]
src/SketchPlugin/plugin-Sketch.xml
src/XGUI/XGUI_Displayer.cpp