]> OCCT Git - occt-copy.git/commit
Old implementation of the offset algorithm has been added alongside the new one ...
authoremv <emv@opencascade.com>
Fri, 25 Mar 2016 05:58:57 +0000 (08:58 +0300)
committeremv <emv@opencascade.com>
Fri, 25 Mar 2016 05:58:57 +0000 (08:58 +0300)
commit9e65396eb359ef23fc7c20455e6d74fcefb5c77e
tree494b6af4c31fcf14a954c0673e926b814ad5b48e
parentf91f7b7aa15f1edc2591172c3e9f3eb6c0ad4a0b
Old implementation of the offset algorithm has been added alongside the new one (version from 28/10/2015).

New key has been added to the offsetparameter command to choose the version of the algorithm (old version is default).
src/BRepOffset/BRepOffset.cdl
src/BRepOffset/BRepOffset_MakeOffsetOld.cdl [new file with mode: 0644]
src/BRepOffset/BRepOffset_MakeOffsetOld.cxx [new file with mode: 0644]
src/BRepTest/BRepTest_FeatureCommands.cxx