Salome HOME
refs #80 - Sketch base GUI: create/draw point, circle and arc
authornds <natalia.donis@opencascade.com>
Tue, 17 Jun 2014 14:33:18 +0000 (18:33 +0400)
committernds <natalia.donis@opencascade.com>
Tue, 17 Jun 2014 14:33:18 +0000 (18:33 +0400)
commitceebcac17ac262e957107c61a8962d1e8a87c70a
tree110ee1ee95d382b6dfb3ed2a85e0f668ea6abe2d
parent9d0a778ead38424b53f9d258fe7f0ad1dd0d568b
refs #80 - Sketch base GUI: create/draw point, circle and arc

1. Using the GeomAPI_Lin projection/distance for a line to be used later for a lenght constraint.
2. Correct projection() in the Line
3. Append double flyout value argument to the constraint.
4. Add lenght constraint presentation and operation to create it(may be later it will be join with feature create operation)
15 files changed:
src/GeomAPI/GeomAPI_Lin2d.cpp
src/PartSet/CMakeLists.txt
src/PartSet/PartSet_FeatureLengthPrs.cpp [new file with mode: 0644]
src/PartSet/PartSet_FeatureLengthPrs.h [new file with mode: 0644]
src/PartSet/PartSet_FeatureLinePrs.cpp
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_OperationConstraint.cpp
src/PartSet/PartSet_OperationCreateConstraint.cpp [new file with mode: 0644]
src/PartSet/PartSet_OperationCreateConstraint.h [new file with mode: 0644]
src/PartSet/PartSet_Presentation.cpp
src/PartSet/PartSet_Tools.cpp
src/PartSet/PartSet_Tools.h
src/SketchPlugin/SketchPlugin_Constraint.h
src/SketchPlugin/SketchPlugin_ConstraintLength.cpp
src/SketchPlugin/SketchPlugin_ConstraintLength.h