mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0025966: Booleans with tangent faces
Problem is not reproduced on current master. Testing case was created
This commit is contained in:
parent
90f0fdad2a
commit
b39485d9e3
49
tests/bugs/modalg_7/bug25966
Normal file
49
tests/bugs/modalg_7/bug25966
Normal file
@ -0,0 +1,49 @@
|
||||
puts "============"
|
||||
puts "OCC25966"
|
||||
puts "============"
|
||||
puts ""
|
||||
######################################################
|
||||
# Booleans with tangent faces
|
||||
######################################################
|
||||
|
||||
# Construct result.
|
||||
restore [locate_data_file bug25966_Revolution.brep] Revolution
|
||||
trotate Revolution 0 0 0 1 0 0 90
|
||||
restore [locate_data_file bug25966_Pad009.brep] Pad009
|
||||
ttranslate Pad009 0 0 -2
|
||||
restore [locate_data_file bug25966_Pad.brep] Pad
|
||||
bfuse Fusion007 Revolution Pad009
|
||||
bfuse Fusion008 Pad Fusion007
|
||||
bfuse Fusion009 Pad Pad009
|
||||
bfuse Fusion010 Revolution Fusion009
|
||||
bclearobjects
|
||||
bcleartools
|
||||
baddobjects Pad
|
||||
baddtools Pad009 Revolution
|
||||
bfillds
|
||||
bbop Fusion011 1
|
||||
bclearobjects
|
||||
bcleartools
|
||||
baddobjects Revolution
|
||||
baddtools Pad009 Pad
|
||||
bfillds
|
||||
bbop Fusion006 1
|
||||
bclearobjects
|
||||
bcleartools
|
||||
baddobjects Pad009
|
||||
baddtools Revolution Pad
|
||||
bfillds
|
||||
bbop Fusion012 1
|
||||
|
||||
# Checshape
|
||||
checkshape Fusion006
|
||||
checkshape Fusion008
|
||||
checkshape Fusion010
|
||||
checkshape Fusion011
|
||||
checkshape Fusion012
|
||||
|
||||
# Check properties
|
||||
checkprops Fusion012 -s 18712.8
|
||||
|
||||
# Check number of shapes in result
|
||||
checknbshapes Fusion012 -wire 26 -face 23 -shell 1 -solid 1
|
Loading…
x
Reference in New Issue
Block a user