]> OCCT Git - occt-copy.git/commit
0031242: Scaling with different coefficients along axes produces invalid shape
authorifv <ifv@opencascade.com>
Wed, 18 Dec 2019 10:53:11 +0000 (13:53 +0300)
committerrnv <rnv@opencascade.com>
Thu, 5 Mar 2020 14:40:29 +0000 (17:40 +0300)
commit4f9985be6117daedf7015f60d593b46101c62c66
tree6f1511fd0ed749e2596f2cf368037da82825c7c6
parentd2676fb8f3a8bda76447797c00ba7899213e1bc3
0031242: Scaling with different coefficients along axes produces invalid shape

GeomConvert_1.cxx:
Creation periodic BSpline surfaces from trimmed periodic surface if trim is boundaries of periodic domain is allowed

BRepTools_NurbsConvertModification.cxx:
Checking domain of 2dCurves if surfaces are periodic is added

Test case tests/bugs/mesh/bug30008_2 is modified according to current behavior

Test case tests/bugs/modalg_7/bug31242 is added
src/BRepTools/BRepTools_NurbsConvertModification.cxx
src/GeomConvert/GeomConvert_1.cxx
tests/bugs/mesh/bug30008_2
tests/bugs/modalg_7/bug31242 [new file with mode: 0644]