mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-09 22:28:13 +08:00
17 lines
360 B
Plaintext
Executable File
17 lines
360 B
Plaintext
Executable File
puts "========================"
|
|
puts " OCC482 "
|
|
puts "========================"
|
|
puts ""
|
|
#################################################
|
|
## Regression in ShapeFix_Wireframe (caused by fix on OCC394)
|
|
#################################################
|
|
|
|
restore [locate_data_file OCC482.brep] a
|
|
|
|
fixsmall result a 0.05
|
|
|
|
puts [checkshape result]
|
|
set 2dviewer 1
|
|
|
|
|