]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
refs #80 - Sketch base GUI: create/draw point, circle and arc
authornds <natalia.donis@opencascade.com>
Thu, 5 Jun 2014 09:55:33 +0000 (13:55 +0400)
committernds <natalia.donis@opencascade.com>
Thu, 5 Jun 2014 09:55:33 +0000 (13:55 +0400)
commitc8d61fbcebb393ff8dff2a005729776d4a1b3f59
tree8105416ccc21cd17d218491fcf4fd7b8eda04813
parent09035b0acf896e39f5c720c1bfd0e8f67ae345ac
refs #80 - Sketch base GUI: create/draw point, circle and arc

Create features step.
It splits the operation of sketch line creation to the common operation part and feature presentation part. Common operation part will be applicable for all features created. The feature presentation will contain the specific behavior for a separate feature.
src/PartSet/CMakeLists.txt
src/PartSet/PartSet_Constants.h [new file with mode: 0644]
src/PartSet/PartSet_FeaturePrs.cpp [new file with mode: 0644]
src/PartSet/PartSet_FeaturePrs.h [new file with mode: 0644]
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_OperationCreateFeature.cpp [new file with mode: 0644]
src/PartSet/PartSet_OperationCreateFeature.h [new file with mode: 0644]
src/PartSet/PartSet_OperationSketchLine.cpp [deleted file]
src/PartSet/PartSet_OperationSketchLine.h [deleted file]
src/PartSet/PartSet_TestOCC.cpp