Salome HOME
Issues #2850, #2860: Change type of angle while Python Dump, because the configuratio...
authorazv <azv@opencascade.com>
Wed, 13 Feb 2019 12:14:57 +0000 (15:14 +0300)
committerazv <azv@opencascade.com>
Thu, 14 Feb 2019 05:46:00 +0000 (08:46 +0300)
commit964cad2613a9a40164fcdac4fc62c73a65244465
treee95d8c2984198f9c1f95b29644ca380dbe43f34b
parentdad3f4816d5c109b941e12a2baa071208a928f38
Issues #2850, #2860: Change type of angle while Python Dump, because the configuration of constrained lines may be changed by the subsequent constraints.
src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp
src/SketchAPI/CMakeLists.txt
src/SketchAPI/SketchAPI.i
src/SketchAPI/SketchAPI_Constraint.cpp
src/SketchAPI/SketchAPI_Constraint.h
src/SketchAPI/SketchAPI_ConstraintAngle.cpp [new file with mode: 0644]
src/SketchAPI/SketchAPI_ConstraintAngle.h [new file with mode: 0644]
src/SketchAPI/SketchAPI_swig.h
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/Test/Test2860.py [new file with mode: 0644]