mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:32:35 +08:00
1. Modification in method BRepFill_Filling::Build - correction of building the wire. 2. Create new subgroup "filling" in the group "bugs".
21 lines
503 B
Plaintext
21 lines
503 B
Plaintext
puts "============"
|
|
puts "OCC27082"
|
|
puts "============"
|
|
puts ""
|
|
###############################
|
|
## UnifySameDomain must add internal edges where appropriate to resolve self-intersections
|
|
###############################
|
|
|
|
restore [locate_data_file bug27082_shapes1.brep] a
|
|
explode a
|
|
bcut r1 a_1 a_3
|
|
bfuse r2 r1 a_2
|
|
unifysamedom result r2
|
|
|
|
don result
|
|
smallview; l; fit
|
|
bopcheck result
|
|
checknbshapes result -m UnifySameDomain -face 22 -edge 40
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|