mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
- Added function checkprops, set default tolerance parameter to 1.0e-4 - Using "area" instead of "square". - Options "-equal\notequal" isn't used together with "-s" in blend and offset test cases. - Correct regressions/differences/improvements and CPU problem (set props tolerance to 0.1) - Corrected test cases to use checkprops proc. - Correct image difference - Updated TODOs in test cases. - Updated test cases to get correct images of result shape
19 lines
333 B
Plaintext
Executable File
19 lines
333 B
Plaintext
Executable File
|
|
puts "============"
|
|
puts "PRO16983"
|
|
puts "============"
|
|
|
|
restore [locate_data_file pro16983a.brep] B
|
|
checkshape B
|
|
plane p 0 0 0 1 0 0
|
|
vertex v1 0 90.16396 252.4591
|
|
vertex v2 0 252.459 -9.835989
|
|
edge e v2 v1
|
|
wire w e
|
|
featlf B w p -5 0 0 5 0 0 1 1
|
|
featperform lf result
|
|
|
|
checkprops result -s 796476
|
|
checkshape result
|
|
set 2dviewer 0
|