Salome HOME
Added option to create Construction Point by distance on edge. Fixed tests.
authordbv <dbv@opencascade.com>
Fri, 1 Jul 2016 09:33:37 +0000 (12:33 +0300)
committerdbv <dbv@opencascade.com>
Fri, 1 Jul 2016 09:33:37 +0000 (12:33 +0300)
commitb6a827b5f2b1c61957dc2b22bfa11eba72175413
tree4cb8a0284cce960325ec211c4892790e1822405b
parentad65e8a81e0848a96a4124626a59a511655fb036
Added option to create Construction Point by distance on edge. Fixed tests.
27 files changed:
src/ConstructionAPI/ConstructionAPI_Point.cpp
src/ConstructionAPI/ConstructionAPI_Point.h
src/ConstructionAPI/Test/TestPoint.py
src/ConstructionPlugin/CMakeLists.txt
src/ConstructionPlugin/ConstructionPlugin_Point.cpp
src/ConstructionPlugin/ConstructionPlugin_Point.h
src/ConstructionPlugin/Test/TestAxisCreation.py
src/ConstructionPlugin/Test/TestPointName.py
src/ConstructionPlugin/icons/distance_value.png [new file with mode: 0644]
src/ConstructionPlugin/icons/edge.png [new file with mode: 0644]
src/ConstructionPlugin/icons/point_by_distance_on_edge_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/icons/point_by_xyz_32x32.png [new file with mode: 0644]
src/ConstructionPlugin/icons/x_size.png [new file with mode: 0644]
src/ConstructionPlugin/icons/y_size.png [new file with mode: 0644]
src/ConstructionPlugin/icons/z_size.png [new file with mode: 0644]
src/ConstructionPlugin/point_widget.xml
src/FeaturesPlugin/icons/dimension_up_32x32.png
src/FeaturesPlugin/icons/dimension_up_down_32x32.png
src/GeomAPI/GeomAPI_Edge.cpp
src/GeomAPI/GeomAPI_Edge.h
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.h
src/GeomValidators/GeomValidators_Finite.cpp
src/InitializationPlugin/InitializationPlugin_Plugin.cpp
src/ModelAPI/Test/TestUndoRedo.py
src/SketchPlugin/Test/TestConstraintCoincidence.py
src/SketchPlugin/Test/TestConstraintMiddlePoint.py