mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
Command tolmax was removed. Tcl command checkmaxtol is used now in test cases to check maximum tolerance. Reference values in test cases were updated.
18 lines
284 B
Plaintext
Executable File
18 lines
284 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts "BUC60523"
|
|
puts "========================"
|
|
|
|
restore [locate_data_file buc60523a.brep] a
|
|
checkshape a
|
|
sewing result 1.e-7 a
|
|
|
|
checkmaxtol result -ref 0.001
|
|
checknbshapes result -shell 1
|
|
checkfreebounds result 2
|
|
|
|
set square 156.919
|
|
set 2dviewer 0
|
|
|
|
|