mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-08 18:40:55 +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.
22 lines
306 B
Plaintext
Executable File
22 lines
306 B
Plaintext
Executable File
|
|
puts "================"
|
|
puts "OCC135"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC135.brep] sh
|
|
checkshape sh
|
|
|
|
sewing result 1 sh
|
|
checkshape result
|
|
|
|
checkmaxtol result -ref 0.0030000000000000001
|
|
checknbshapes result -shell 1
|
|
checkfreebounds result 0
|
|
|
|
set square 273837
|
|
set 2dviewer 0
|
|
|
|
|
|
|