mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
568 B
Plaintext
19 lines
568 B
Plaintext
# Main script in this test grid; does all the job.
|
|
# Individual test scripts are used only to specify data file and reference
|
|
# test data (expected values of test execution).
|
|
# The procedure is:
|
|
# - load specified data files
|
|
# - check validity of result shape, visualize building compartments,
|
|
|
|
########################################################################
|
|
|
|
splitshape result shape edges
|
|
checkshape result
|
|
maxtolerance result
|
|
checknbshapes $result -face $ref_nbf
|
|
|
|
smallview
|
|
display result
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|