mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +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:
parent
12c76beeb0
commit
94218044fe
File diff suppressed because it is too large
Load Diff
14
tests/bugs/modalg_5/bug24313
Executable file
14
tests/bugs/modalg_5/bug24313
Executable 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
|
Loading…
x
Reference in New Issue
Block a user