mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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.
20 lines
674 B
Plaintext
20 lines
674 B
Plaintext
puts "TODO OCC26577 All: Error : is WRONG because number of EDGE entities in shape"
|
|
puts "TODO OCC26577 All: Error : is WRONG because number of SHELL entities in shape"
|
|
|
|
|
|
puts "=============================================================="
|
|
puts "0027913: Sharing between edges was lost after offset operation"
|
|
puts "=============================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug27913.brep] s
|
|
offsetparameter 1e-7 p i
|
|
offsetload s 10
|
|
offsetperform result
|
|
|
|
unifysamedom result_unif result
|
|
|
|
checkshape result
|
|
checkview -display result_unif -2d -path ${imagedir}/${test_image}.png
|
|
|
|
checknbshapes result -ref [lrange [nbshapes s] 8 19] |