mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
18 lines
298 B
Plaintext
18 lines
298 B
Plaintext
puts "========"
|
|
puts "OCC25427"
|
|
puts "========"
|
|
puts ""
|
|
###############################################
|
|
# Algorithm of building plane from wire hangs
|
|
###############################################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file bug25427_w.brep] w
|
|
|
|
mkplane p w 1
|
|
|
|
fit
|
|
|
|
set only_screen_axo 1
|