mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
0031919: Modeling Algorithms - General Fuse raises exception on attempt to imprint a contour to a shell
Exception no longer occurs in current version. However, fuzzyvalue should be set to 1 for the result of the operation to make sense (result of common is 1 wire). Test case added
This commit is contained in:
17
tests/bugs/modalg_8/bug31919
Normal file
17
tests/bugs/modalg_8/bug31919
Normal file
@@ -0,0 +1,17 @@
|
||||
puts "============================================================================================="
|
||||
puts "0031919: Modeling Algorithms - General Fuse raises ex-ception on attempt to imprint a contour to a shell"
|
||||
puts "============================================================================================="
|
||||
puts ""
|
||||
|
||||
pload ALL
|
||||
restore [locate_data_file bug31919_Body.brep] body
|
||||
restore [locate_data_file bug31919_Contour.brep] contour
|
||||
bclearobjects
|
||||
bcleartools
|
||||
baddobjects body
|
||||
baddtools contour
|
||||
bfuzzyvalue 1
|
||||
bfillds
|
||||
bbop res 0
|
||||
|
||||
checknbshapes res -wire 1
|
||||
Reference in New Issue
Block a user