mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:32:35 +08: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
|
|
|
|
|
|
|