mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-27 00:58:59 +08:00
0026333: Regression of BRepOffsetAPI_MakeOffset regarding to 6.7.0: it fails on a shape with BSpline boundaries
Added test case Small corrections for issue CR26333
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user