Salome HOME
refs #80 - Sketch base GUI: create/draw point, circle and arc
authornds <natalia.donis@opencascade.com>
Sat, 21 Jun 2014 08:25:20 +0000 (12:25 +0400)
committernds <natalia.donis@opencascade.com>
Sat, 21 Jun 2014 08:25:20 +0000 (12:25 +0400)
commit258a626d26271b93bae55eb0803de020e2b6f315
tree8d84c32b6b29827f214e9a158faba06ee11be236
parent7f1f3d2164b37d47eaec4c35273c57f3e1b34cda
refs #80 - Sketch base GUI: create/draw point, circle and arc

1. SetCustomValue for a dimension to show the model value, not a real one
2. Dir2d to add new costructor in Curc2d
3. Visualize Radius dimension
4. projectPointOnFeature for arc and circle (was projectPointOnArc)
20 files changed:
src/GeomAPI/CMakeLists.txt
src/GeomAPI/GeomAPI_Circ2d.cpp
src/GeomAPI/GeomAPI_Circ2d.h
src/GeomAPI/GeomAPI_Dir2d.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Dir2d.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_Pnt2d.cpp
src/GeomAPI/GeomAPI_Pnt2d.h
src/PartSet/PartSet_ConstraintDistancePrs.cpp
src/PartSet/PartSet_ConstraintLengthPrs.cpp
src/PartSet/PartSet_ConstraintRadiusPrs.cpp
src/PartSet/PartSet_ConstraintRadiusPrs.h
src/PartSet/PartSet_FeatureArcPrs.cpp
src/PartSet/PartSet_FeatureArcPrs.h
src/PartSet/PartSet_FeatureCirclePrs.cpp
src/PartSet/PartSet_FeatureCirclePrs.h
src/PartSet/PartSet_OperationCreateConstraint.cpp
src/PartSet/PartSet_OperationCreateFeature.cpp
src/PartSet/PartSet_OperationEditConstraint.cpp
src/PartSet/PartSet_Tools.cpp
src/PartSet/PartSet_Tools.h