Salome HOME
refs #80 - Sketch base GUI: create/draw point, circle and arc
authornds <natalia.donis@opencascade.com>
Thu, 5 Jun 2014 11:37:24 +0000 (15:37 +0400)
committernds <natalia.donis@opencascade.com>
Thu, 5 Jun 2014 11:37:24 +0000 (15:37 +0400)
commit8d3f5dacb45470ba28570f19b956ddedc6213346
tree191ab1b31442a0fc614e41bf0782bea8435183a0
parent3dd47d328c0457caf0ed74568f159ffef43ffb42
refs #80 - Sketch base GUI: create/draw point, circle and arc

Move all line specific information to FeatureLinePrs. Prepare FeaturePointPrs for the point feature.
12 files changed:
src/PartSet/CMakeLists.txt
src/PartSet/PartSet_FeatureLinePrs.cpp [new file with mode: 0644]
src/PartSet/PartSet_FeatureLinePrs.h [new file with mode: 0644]
src/PartSet/PartSet_FeaturePointPrs.cpp [new file with mode: 0644]
src/PartSet/PartSet_FeaturePointPrs.h [new file with mode: 0644]
src/PartSet/PartSet_FeaturePrs.cpp
src/PartSet/PartSet_FeaturePrs.h
src/PartSet/PartSet_OperationConstraint.cpp
src/PartSet/PartSet_OperationCreateFeature.cpp
src/PartSet/PartSet_TestOCC.cpp
src/PartSet/PartSet_Tools.cpp
src/PartSet/PartSet_Tools.h