mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
ProjLib_Cone.cxx - correction wrong calculation of projection line on cone GeomInt_IntSS_1.cxx - modification of method BuildPCurves(...) - adjusting first or last knots of 2d Curve ProjLib_ComputeApprox.cxx - modification of method Function_SetUVBounds(...) for case projecting line on cone. Modification of tests - removing first TODO Test case for issue #27322
24 lines
633 B
Plaintext
Executable File
24 lines
633 B
Plaintext
Executable File
#puts "TODO OCC111111 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
puts "TODO OCC111111 ALL: Error : The area of result shape is"
|
|
pload QAcommands
|
|
|
|
puts "============"
|
|
puts "OCC6272"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Incorrect results of gluing operation
|
|
######################################################
|
|
|
|
set BugNumber OCC6272
|
|
|
|
restore [locate_data_file OCC6272_bridge2.brep] a1
|
|
restore [locate_data_file OCC6272_revolution.brep] a2
|
|
|
|
OCC307 result a1 a2 0
|
|
|
|
checkprops result -s 0
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|