mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Hotfix for issue 27271 (avoiding potential seam edges) is deleted. Correction of test case
20 lines
500 B
Plaintext
20 lines
500 B
Plaintext
puts "TODO OCC30320 ALL: Faulty shapes in variables faulty_"
|
|
|
|
puts "============"
|
|
puts "OCC27894"
|
|
puts "============"
|
|
puts ""
|
|
###############################
|
|
## Crash when calling ShapeUpgrade_UnifySameDomain
|
|
###############################
|
|
|
|
stepread [locate_data_file bug27894_usd_raises_Standard_NullObject.stp] a *
|
|
renamevar a_1 a
|
|
unifysamedom result a
|
|
|
|
checknbshapes result -m UnifySameDomain -face 9 -edge 21
|
|
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|