mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
Update of tests database
Test for 0023171: Got wrong result after stitching Test for 0023612: BRepPrimAPI_MakeTorus Test for 0023610: checkshape command does not detect mismatch of the tolerance values among the sub-shapes of the shape Test for 0023660: 'bsection' produces result with gap Test for 0024397: BRepBuilderAPI_Copy works not correct Test for 0023927: BRepProj_Projection produces Edge with one Vertex outside from curve Test for 0023902: Cannot build fillet Test for 0023669: Error in Boolean operations algorithm: section between cylindrical face and prism is incomplete Test for 0023660: 'bsection' produces result with gap Test for 0024100: Bad pcurve is built on a face while converting the shape from STEP format. Test for 0024319: Sewing makes a solid transparent Test for 0024302: Section operation modifies input argument Test for 0024397: BRepBuilderAPI_Copy works not correct Test for 0024418: Wrong section curves when intersecting analytical surfaces
This commit is contained in:
21
tests/bugs/modalg_7/bug23669
Normal file
21
tests/bugs/modalg_7/bug23669
Normal file
@@ -0,0 +1,21 @@
|
||||
puts "TODO OCC23669 ALL: Error : bopsection is WRONG"
|
||||
|
||||
puts "========"
|
||||
puts "OCC23669"
|
||||
puts "========"
|
||||
puts ""
|
||||
#################################################################################################
|
||||
# Error in Boolean operations algorithm: section between cylindrical face and prism is incomplete
|
||||
#################################################################################################
|
||||
|
||||
restore [locate_data_file bug23669_theFace.brep] ff
|
||||
restore [locate_data_file bug23669_Prism.brep] pr
|
||||
|
||||
bop ff pr
|
||||
|
||||
bopsection res
|
||||
|
||||
checknbshapes res -edge 2 -m "bopsection"
|
||||
bopcheck res
|
||||
|
||||
checkview -display res -with {ff} -2d -path ${imagedir}/${test_image}.png
|
Reference in New Issue
Block a user