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.
21 lines
575 B
Plaintext
21 lines
575 B
Plaintext
puts "============"
|
|
puts "OCC28903"
|
|
puts "============"
|
|
puts ""
|
|
##################################################################################
|
|
# BRepOffset_MakeOffset produces invalid shape (thickshell) in Intersection mode
|
|
##################################################################################
|
|
|
|
restore [locate_data_file bug28903_Fuse_3.brep] a
|
|
|
|
thickshell result a 10 i
|
|
donly result
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -solid 1 -shell 1 -face 6 -wire 7 -edge 12 -vertex 7 -shape 34
|
|
|
|
checkmaxtol result -min_tol 0.0015
|
|
|
|
checkprops result -v 1.1845e+006
|