]> SALOME platform Git repositories - modules/shaper.git/commit
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 12:50:14 +0000 (15:50 +0300)
commit4388d0bf55c230b9fe2f5e7b672763e739c7f663
treef32ccdf46b347e76da2e1c2d1080df03cf33476e
parent2c1b27e2717d05e9884adf24a494bdd25163ebe5
Issue #2027 Sketcher Trim Feature
Trim Circle feature, Line and Arc features.
30 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/PartSet/PartSet_WidgetSubShapeSelector.h
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