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
466 B
Plaintext
19 lines
466 B
Plaintext
puts "================"
|
|
puts "CR24028"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# It is impossible to create a face based on Geom_RectangularTrimmedSurface by standard methods
|
|
#######################################################################
|
|
|
|
beziercurve cc 3 0 0 -10 1 20 0 0 10 0 0 10 1
|
|
revsurf ss cc 0 0 0 0 0 1
|
|
trimu ts ss 0 pi
|
|
|
|
mkface result ts
|
|
|
|
checkprops result -s 1222.58
|
|
|
|
|
|
set 2dviewer 0
|