]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Issue #2024: Redesign of circle and arc of circle
authordbv <dbv@opencascade.com>
Mon, 20 Mar 2017 07:29:31 +0000 (10:29 +0300)
committerdbv <dbv@opencascade.com>
Mon, 20 Mar 2017 07:31:32 +0000 (10:31 +0300)
commit9b497c28c34632c94dbe59fbce8534100b93fe28
treeb9da0582a8c2bce22fc0f3853ae10280f25592b5
parentc479ee86c98acd567b30f0a85b50342c55665532
Issue #2024: Redesign of circle and arc of circle

Redesigned circle creation. Now Circle feature is a macro which creates Circle feature with center and radius attributes.
28 files changed:
src/GeomData/GeomData_Point2D.cpp
src/GeomData/GeomData_Point2D.h
src/Model/Model_AttributeDouble.cpp
src/Model/Model_AttributeDouble.h
src/ModelAPI/ModelAPI_Attribute.cpp
src/ModelAPI/ModelAPI_Attribute.h
src/ModelAPI/ModelAPI_Expression.h
src/PartSet/PartSet_SketcherReetntrantMgr.cpp
src/PartSet/PartSet_WidgetPoint2d.cpp
src/SketchAPI/CMakeLists.txt
src/SketchAPI/SketchAPI.i
src/SketchAPI/SketchAPI_Circle.cpp
src/SketchAPI/SketchAPI_Circle.h
src/SketchAPI/SketchAPI_MacroCircle.cpp [new file with mode: 0644]
src/SketchAPI/SketchAPI_MacroCircle.h [new file with mode: 0644]
src/SketchAPI/SketchAPI_Sketch.cpp
src/SketchAPI/SketchAPI_Sketch.h
src/SketchAPI/SketchAPI_swig.h
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_Circle.cpp
src/SketchPlugin/SketchPlugin_Circle.h
src/SketchPlugin/SketchPlugin_MacroCircle.cpp [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_MacroCircle.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Plugin.cpp
src/SketchPlugin/SketchPlugin_Tools.cpp
src/SketchPlugin/SketchPlugin_Tools.h
src/SketchPlugin/SketchPlugin_msg_en.ts
src/SketchPlugin/plugin-Sketch.xml