mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. Protection against getting access to null-handle has been entered. 2. Function AreSamePoints() has been substituted by appropriate method IntSurf_PntOn2S::IsSame(...) Test cases for issues #27262 and #27263 have been created.
22 lines
557 B
Plaintext
22 lines
557 B
Plaintext
puts "================"
|
|
puts "OCC27262"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# General Fuse operation is failed on the attached shapes
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug27262_cmpd.brep] b
|
|
explode b
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b_1
|
|
baddtools b_2
|
|
bfillds
|
|
bbuild result
|
|
checkshape result
|
|
checknbshapes result -solid 22
|
|
checkprops result -v 16263.5
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |