mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Intersection of curves and surfaces in HLRBRep is corrected: parametric limits of face are used instead of parametric limits of surface Building of outlines (Contap_Contour) is corrected: method ComputeCloseLine is now used in all cases. Correction of HLRBRep_Surface: usage of UVbounds-option Correction of test cases according to the new behavior.
27 lines
493 B
Plaintext
27 lines
493 B
Plaintext
puts "============"
|
|
puts "OCC27719"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Incorrect exact HLR results
|
|
######################################################
|
|
|
|
pload QAcommands
|
|
|
|
restore [locate_data_file bug27719_Extruded2.brep] a
|
|
|
|
set viewname "front"
|
|
|
|
top
|
|
clear
|
|
|
|
OCC27341 result a ${viewname}
|
|
build3d result
|
|
|
|
fit
|
|
|
|
checkprops result -l 5.96312
|
|
checknbshapes result -vertex 16 -edge 8
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|