mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
10 lines
360 B
Plaintext
10 lines
360 B
Plaintext
puts "================================================================="
|
|
puts "OCC27081: Modeling Algorithms - BRepOffsetAPI_MakeOffsetShape fails on shapes with internal edges"
|
|
puts "================================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug27081.brep] sh
|
|
|
|
mkoffsetshape result sh 1 1e-7 1 0 i
|
|
checkshape result
|