mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Correct filling of the history of the modifications of the shapes in ShapeUpgrade_UnifySameDomain algorithm. Test cases for the issue.
17 lines
455 B
Plaintext
17 lines
455 B
Plaintext
puts "======="
|
|
puts "0029027"
|
|
puts "======="
|
|
puts ""
|
|
##################################################
|
|
# Crash in attemption to use ShapeUpgrade_UnifySameDomain algorithm on half-cylinder
|
|
##################################################
|
|
|
|
pcylinder a 10 30 180
|
|
|
|
unifysamedom result a
|
|
|
|
checkshape result
|
|
checknbshapes result -vertex 4 -edge 6 -wire 4 -face 4
|
|
checkprops result -s 1856.64
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |