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)
committerifv <ifv@opencascade.com>
Mon, 23 Dec 2019 08:49:04 +0000 (11:49 +0300)
commitbdd09cfaf4fe4d7643d0c1c3d1d4cf9e8037a32a
tree5f9a8edb0c8395b577a4e7b4b43998fdcb52ab1f
parent9504a30d153b3281750b1a1ce56ae15317160032
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]