1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0024313: BRepAlgoAPI_Section and IntTools_FaceFace aren't written to handle Geom_SurfaceOfLinearExtrusion

Test case for issue CR24313
This commit is contained in:
ifv 2013-12-05 15:16:11 +04:00 committed by bugmaster
parent 12c76beeb0
commit 94218044fe
2 changed files with 866 additions and 840 deletions

File diff suppressed because it is too large Load Diff

14
tests/bugs/modalg_5/bug24313 Executable file
View File

@ -0,0 +1,14 @@
puts "============"
puts "OCC24313"
puts "============"
puts ""
#######################################################################
# BRepAlgoAPI_Section and IntTools_FaceFace aren't written to handle Geom_SurfaceOfLinearExtrusion
#######################################################################
circle c 0 0 0 0 0 1 1 0 0 100
extsurf s1 c 0 0 1
plane s2 0 0 0 1 0 0 0 1 0
mkface b1 s1
mkface b2 s2
bopcurves b1 b2