Salome HOME
Algorithms to convert 'TopoDS_Wire' object to a wire composed of B-spline edges were...
authorabk <abk@opencascade.com>
Tue, 7 Jul 2015 12:17:54 +0000 (15:17 +0300)
committerabk <abk@opencascade.com>
Thu, 9 Jul 2015 12:06:03 +0000 (15:06 +0300)
commitc9bbaf3e757559646f7b9aefea06ef56fe919f0e
tree7a901ce2538910f85921bf34b101e3f9f38465ac
parentecdb8d279ffdf2979ed0883265ed3f7356431eb8
Algorithms to convert 'TopoDS_Wire' object to a wire composed of B-spline edges were created.
An automatic conversion of each complex polyline to polyline composed of spline section was created based on these algorithms.
The deflection of the conversion is uncontrolled now.
The data structures and the algorithms to work with the topological curves were formed as class 'HYDROData_TopoCurve'.
src/HYDROData/CMakeLists.txt
src/HYDROData/HYDROData_PolylineOperator.cxx
src/HYDROData/HYDROData_PolylineOperator.h
src/HYDROData/HYDROData_TopoCurve.cxx [new file with mode: 0644]
src/HYDROData/HYDROData_TopoCurve.h [new file with mode: 0644]
src/HYDROGUI/HYDROGUI_PolylineOp.cxx