]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Rigid constraint should process selection of vertex, lines and circles. So, a new...
authornds <natalia.donis@opencascade.com>
Wed, 29 Apr 2015 16:59:49 +0000 (19:59 +0300)
committernds <natalia.donis@opencascade.com>
Wed, 29 Apr 2015 16:59:49 +0000 (19:59 +0300)
commitc135d354a2431bd8edcef0750add2f354d0fba4a
tree83b27a68dd2fa3c036aee9c905810826fa62dda2
parentd9db8b41eb27de49dccaa8334967703a9ba865af
Rigid constraint should process selection of vertex, lines and circles. So, a new validator ShapeType is created. It uses a combination of given parameters. The functionality of Edge and EdgeOrVertex validators are replaced by  this new validator fully. So, they are removed.
src/GeomValidators/CMakeLists.txt
src/GeomValidators/GeomValidators_Edge.cpp [deleted file]
src/GeomValidators/GeomValidators_Edge.h [deleted file]
src/GeomValidators/GeomValidators_EdgeOrVertex.cpp [deleted file]
src/GeomValidators/GeomValidators_EdgeOrVertex.h [deleted file]
src/GeomValidators/GeomValidators_ShapeType.cpp [new file with mode: 0644]
src/GeomValidators/GeomValidators_ShapeType.h [new file with mode: 0644]
src/PartSet/PartSet_Module.cpp
src/SketchPlugin/SketchPlugin_Validators.cpp
src/SketchPlugin/plugin-Sketch.xml