mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-01 19:50:24 +08:00
3c1379f824
Added test case Small corrections for issue CR26333
17 lines
390 B
Plaintext
17 lines
390 B
Plaintext
puts "============"
|
|
puts "OCC26333"
|
|
puts "============"
|
|
puts ""
|
|
############################################
|
|
## Fails on a shape with BSpline boundaries
|
|
############################################
|
|
|
|
restore [locate_data_file bug26333.brep] s
|
|
mkoffset result s 1 10.
|
|
|
|
renamevar result_1 result
|
|
|
|
checkprops result -l 3820.28
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|