mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-25 09:07:26 +08:00
23 lines
486 B
Plaintext
Executable File
23 lines
486 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC6491"
|
|
puts "========"
|
|
puts ""
|
|
####################################################
|
|
## Sewing in DRAW on attached the shape with tolerance 1000 adds duplicated faces
|
|
####################################################
|
|
|
|
set BugNumber OCC6491
|
|
|
|
restore [locate_data_file OCC6491.brep] a
|
|
|
|
set tolerance 1000
|
|
|
|
sewing result ${tolerance} a
|
|
|
|
checknbshapes result -face 263 -shell 1
|
|
checkmaxtol result -ref 185.91005891234283
|
|
checkfreebounds result 73
|
|
|
|
set 2dviewer 0
|
|
|