mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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
|