mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
BRepFill_TrimShellCorner::CheckAndOrientEdges() - When orienting next edge in a sequence take into account the Orientation of the previous edge. Test cases for the issue.
20 lines
443 B
Plaintext
20 lines
443 B
Plaintext
puts "========"
|
|
puts "0030794: BRepOffsetAPI_MakePipeShell: shape is produced with artifacts"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug30794_shapes2.brep] c
|
|
explode c
|
|
|
|
unifysamedom spine c_1
|
|
mksweep spine
|
|
addsweep c_2
|
|
buildsweep result -C -S
|
|
|
|
checkshape result
|
|
|
|
checkprops result -s 883273 -v 1.09918e+07
|
|
checknbshapes result -wire 6 -face 6 -shell 1 -solid 1 -t
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|