Salome HOME
refs #626: No warning appears during attempt splitting not intersected polylines
authorabk <abk@opencascade.com>
Wed, 5 Aug 2015 13:32:49 +0000 (16:32 +0300)
committerabk <abk@opencascade.com>
Wed, 5 Aug 2015 13:34:30 +0000 (16:34 +0300)
commit19ae50f3858a077a34385debc9e08de1d8fc42b9
treecbcaa569cec5cbd860f032d5c6e28661f7afaca8
parent6e864f284319c3e57ba99b17384dfa13b853c0bf
refs #626: No warning appears during attempt splitting not intersected polylines

The functionality to split a polyline by a tool was extended
to determine whether to display the warning about the intersection absence.
Now method 'HYDROGUI_SplitPolylinesOp::processApply' calculates corresponding flag 'isIntersected'.
src/HYDROData/HYDROData_PolylineOperator.cxx
src/HYDROData/HYDROData_PolylineOperator.h
src/HYDROData/HYDROData_TopoCurve.cxx
src/HYDROData/HYDROData_TopoCurve.h
src/HYDROGUI/HYDROGUI_SplitPolylinesOp.cxx