mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
Test for sewing command were updated to check reference information. Commands for testing were moved to the file src/DrawResources/CheckCommands.tcl Documentation overview was updated.
22 lines
301 B
Plaintext
Executable File
22 lines
301 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 0.0030000000000000001
|
|
checknbshapes result -shell 1
|
|
checkfreebounds result 0
|
|
|
|
set square 273837
|
|
set 2dviewer 0
|
|
|
|
|
|
|