mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-05 12:56:21 +08:00
84f42008b7
Added the test for this problem. Added new draw command "mkoffsetshape".
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
|