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)
committerdbv <dbv@opencascade.com>
Mon, 27 Mar 2017 06:56:57 +0000 (09:56 +0300)
commitd58fe13200f3fc72c246e2d4b9670a4a8460de4e
tree15ade6c7e07b7f6a4f3bbc4126cd449f2d092785
parent0055749835b1aca56e3dc0ec14718c775f438b5c
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