mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
18 lines
453 B
Plaintext
18 lines
453 B
Plaintext
puts "========================"
|
|
puts "OCC25021"
|
|
puts "========================"
|
|
puts ""
|
|
#######################################################################
|
|
# New option of BRepOffsetAPI_MakeOffset algorithm: open result for open wire
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug24573_Wire.brep] ww
|
|
|
|
openoffset res1 ww 1 12.5
|
|
openoffset res2 ww 1 -12.5
|
|
|
|
smallview
|
|
fit
|
|
|
|
set only_screen_axo 1
|