mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0021875: Section of face by plane produces invalid result
Test case was added.
This commit is contained in:
parent
4db4247a0b
commit
db81f678bc
18
tests/bugs/modalg_6/bug21875
Normal file
18
tests/bugs/modalg_6/bug21875
Normal file
@ -0,0 +1,18 @@
|
||||
puts "=========="
|
||||
puts "OCC21875"
|
||||
puts "=========="
|
||||
puts ""
|
||||
##################################################
|
||||
# Section of face by plane produces invalid result
|
||||
##################################################
|
||||
|
||||
restore [locate_data_file bug21875_face.brep] a
|
||||
plane p 0 0 1.844 0 0 1
|
||||
mkface f p -10 10 -10 10
|
||||
|
||||
bsection result a f
|
||||
|
||||
checknbshapes result -edge 5
|
||||
checkprops result -l 2.14222
|
||||
|
||||
set 2dviewer 1
|
Loading…
x
Reference in New Issue
Block a user