mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
1. Method BRepOffset_Tool::Inter3D is modified: now selection of proper edges is performed here, they are not concatenated into one edge if they go through a vertex on a boundary. 2. Method BRepOffset_Inter3d::ConnexIntByInt is modified: selection of edges is eliminated. 3. Method BRepOffset_Inter2d::ConnexIntByInt is corrected to be able to process seam edges correct.
25 lines
515 B
Plaintext
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
|