Salome HOME
rnc :
authorgdd <gdd>
Fri, 2 Sep 2011 15:11:47 +0000 (15:11 +0000)
committergdd <gdd>
Fri, 2 Sep 2011 15:11:47 +0000 (15:11 +0000)
commit55423f9957d470bc998afbf81e64b5a1e30409e9
treeae490f7ae62e4369d112e1019d5cefdaed9ad5df
parentd7e9366c5feb2aa4f40e65e4059a4c5772e1a37f
rnc :
- Fixed a bug in MakeCurveParametric that the curve does not always reach the specified max parameter.
- Added a new idl method MakeCurvePrametricNew that takes a number of steps as input instead of a step value (to achieve the fix and a more usual interface)
- Wrapped the new idl method in python MakeCurveParametric with a flag theNewMethod = true
- Modified the associated dialog in order to use the new method and dump it
12 files changed:
idl/GEOM_Gen.idl
src/BasicGUI/BasicGUI_CurveDlg.cxx
src/BasicGUI/BasicGUI_CurveDlg.h
src/BasicGUI/BasicGUI_ParamCurveWidget.cxx
src/BasicGUI/BasicGUI_ParamCurveWidget.h
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GEOM_msg_fr.ts
src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx
src/GEOMImpl/GEOMImpl_ICurvesOperations.hxx
src/GEOM_I/GEOM_ICurvesOperations_i.cc
src/GEOM_I/GEOM_ICurvesOperations_i.hh
src/GEOM_SWIG/geompyDC.py