mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Test cases for issue CR27568 Other methods of BRep_Tool corrected to ensure that output arguments are always initialized
20 lines
445 B
Plaintext
20 lines
445 B
Plaintext
puts "============"
|
|
puts "OCC27568"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Exception is thrown when a degenerated edge is added to a wire
|
|
######################################################
|
|
|
|
restore [locate_data_file bug27568_curves.brep] c
|
|
|
|
explode c
|
|
|
|
wire result c_1 c_2
|
|
|
|
checknbshapes result -vertex 2 -edge 2 -wire 1
|
|
|
|
smallview
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${casename}.png
|