mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
The new method has been added in the class BRepFeat_SplitShape for addition of the sequence of the splitting edges or wires for the whole initial shape without specification of the edge->face, edge->edge mapping. The procedure of collecting wires has been corrected so as not to take into account the distance in 2D space between adjacent edges having a common vertex. New category of tests "bugs/splitshape" has been added to non-regression data base. Test cases for issue CR27520 Remove compilation warnings. Add dependence of TKFeat on TKShHealing in EXTERNLIB in order to build with genproj.
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, vizualize 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
|