mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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.
11 lines
305 B
Plaintext
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
|