Salome HOME
Task 2.8. Measurement functions
authorazv <azv@opencascade.com>
Tue, 29 May 2018 10:32:34 +0000 (13:32 +0300)
committerazv <azv@opencascade.com>
Tue, 29 May 2018 11:22:47 +0000 (14:22 +0300)
commit46d76cd07aec0e520d4179139520c36bd7fb5c95
tree827e9a2fa3f8a56f45efeef240acaefb57e9a993
parent65f7627d533355a594f5508808bd1fdeb19e5da5
Task 2.8. Measurement functions

Implement feature to compute length, distance, radius or angle.
32 files changed:
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_Measurement.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_Measurement.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Measurement.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Measurement.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/FeaturesPlugin_Validators.cpp
src/FeaturesPlugin/FeaturesPlugin_Validators.h
src/FeaturesPlugin/Test/TestMeasurementAngle.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestMeasurementDistance.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestMeasurementLength.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestMeasurementRadius.py [new file with mode: 0644]
src/FeaturesPlugin/icons/edge.png [new file with mode: 0644]
src/FeaturesPlugin/icons/meas_angle_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/icons/meas_distance_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/icons/meas_length_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/icons/meas_radius_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/icons/measurement.png [new file with mode: 0644]
src/FeaturesPlugin/measurement_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/GeomAPI/CMakeLists.txt
src/GeomAPI/GeomAPI_Angle.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Angle.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_Angle2d.h
src/GeomAPI/GeomAPI_Edge.h
src/GeomAPI/GeomAPI_Face.h
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.h
src/PythonAPI/model/features/__init__.py