1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/offset/bugs/bug26233
jgv 8948e18df8 0031845: Modeling Algorithms - BRepOffsetAPI_MakeThickSolid fails
Multiple changes in BRepOffset_MakeOffset algorithm:
- correct fusing vertices;
- correct building intersection edges;
- correct intersecting new edges in 2D;
- correct building wire on a new face;
- correct building history.
2021-01-22 19:09:02 +03:00

25 lines
515 B
Plaintext

puts "========"
puts "OCC26233"
puts "========"
puts ""
################################################
# BRepOffset_MakeOffset makes incorrect result
################################################
psphere a 100
explode a f
thickshell result a_1 10 i 1.e-7
donly result
checkshape result
checknbshapes result -solid 1 -shell 2 -face 2 -wire 2 -edge 6 -vertex 4 -shape 17
set tolres [checkmaxtol result]
if { ${tolres} > 2.e-7} {
puts "Error: bad tolerance of result"
}
checkprops result -v 1.38649e+006