mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
- Avoid getting pcurve of edge on not connected face. - Avoid building wire of empty set of edges. Small correction of test case for issue CR27894
16 lines
420 B
Plaintext
16 lines
420 B
Plaintext
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 18 -edge 45
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|