]> OCCT Git - occt-copy.git/commit
0026419: [Regression?] Export of a reversed face leads to crash in 6.9.0 although...
authorika <ika@opencascade.com>
Tue, 8 Sep 2015 13:20:42 +0000 (16:20 +0300)
committerabv <abv@opencascade.com>
Wed, 16 Sep 2015 07:48:32 +0000 (10:48 +0300)
commit00ffff5c8c6f7505f14b1d5b90ef3bc2ae1886e7
treee91e64ac27c1cc67f553db2d55f10492dbce8472
parent086964d58a5fe7abe2a8055f8e8d477ee0193ece
0026419: [Regression?] Export of a reversed face leads to crash in 6.9.0 although proceeded in 6.8.0

Take basis surface from trimmed surfaces during IGES writing, because pcurves will be transformed, so trim will be shifted, accorded to new face bounds,
fix updating of seam edge,
change condition of using Segment during exporting periodic BSpline surfaces to IGES (if bounds are not in one period).

Test cases for issue CR26419
src/BRepToIGES/BRepToIGES_BRShell.cxx
src/GeomToIGES/GeomToIGES_GeomSurface.cxx
src/IGESFile/liriges.c
tests/bugs/iges/bug26419_1 [new file with mode: 0644]
tests/bugs/iges/bug26419_2 [new file with mode: 0644]