1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/iges/bug26931
ika 369a38aac2 0026931: [Regression in 6.9.0] Exporting a face throws an exception
Writing periodic BSpline surfaces to IGES:
Replace segmentation of surface to setting new origin.
Fix face bounds if its length (in U or V) is more than period.

Segmentation of BSpline curve/surface:
Throw exception if segment length more than period.

Fix test case bugs moddata_1 bug14782:
bounds of segmentation must be the same as curve bounds, according to issue description.

Changes in classes Geom2d_BSplineCurve, Geom_BSplineCurve, Geom_BSplineSurface:
- Replace *Raise_if macros with unconditional exceptions where it does not affect on performance.
- Update comments in .hxx files in regard of raised exceptions.
2016-01-13 15:22:59 +03:00

12 lines
448 B
Plaintext

#######################################################################
# OCC26931: [Regression in 6.9.0] Exporting a face throws an exception
#######################################################################
# restore initial face
restore [locate_data_file bug26931.brep] face
set square 6416.6
# export face to IGES
brepiges face ${imagedir}/${casename}.igs
# import back to check similarity
igesbrep ${imagedir}/${casename}.igs result *