]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Issue #2024: Redesign of circle and arc of circle
authorazv <azv@opencascade.com>
Sat, 25 Mar 2017 09:35:35 +0000 (12:35 +0300)
committerazv <azv@opencascade.com>
Sat, 25 Mar 2017 09:59:17 +0000 (12:59 +0300)
commit215577dde7690cf3b05ec26049ace1d2cf27d822
tree2fa447e2703421a088132872c00c2ada2d41a1fc
parent7311aa08755d2e9e1ede57a284dc53d4912507c9
Issue #2024: Redesign of circle and arc of circle

* Prepare shape for MacroCircle according to already selected points.
* Remove waste fields (myCenter and myRadius) from MacroCircle class.
* Adjust test cases for creating circle.
src/GeomAPI/GeomAPI_Circ2d.cpp
src/ModelAPI/ModelAPI_Attribute.cpp
src/SketchPlugin/SketchPlugin_MacroCircle.cpp
src/SketchPlugin/SketchPlugin_MacroCircle.h
src/SketchPlugin/Test/TestCreateCircleByCenterAndPassed.py
src/SketchPlugin/Test/TestCreateCircleByThreePoints.py
src/SketchPlugin/Test/TestCreateCircleChangeType.py