1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug31430
Roman Lygin fb99177766 0031430: Offset surfaces on C1 surfaces (with multiplicity equal to degree) may still throw exception
In constructor of Geom_RectangularTrimmedSurface, skip check if an offset surface has insufficient continuity. The reason is that this surface has already passed the check once created. So, here we must not apply more strict check than that first time.
2020-03-18 19:38:12 +03:00

11 lines
305 B
Plaintext

puts "========"
puts "0031430: Modeling Data - Offset surfaces on C1 surfaces (with multiplicity equal to degree) may still throw ex-ception"
puts "========"
puts ""
restore [locate_data_file bug31430.brep] s
fixshape r s
checkshape r
checknbshapes r -vertex 6 -edge 8 -wire 6 -face 4 -shell 1 -solid 1