mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +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.
23 lines
598 B
Plaintext
23 lines
598 B
Plaintext
puts "TODO OCC30794 ALL: Faulty shapes in variables"
|
|
puts "TODO OCC30794 ALL: Error : The volume of result shape is"
|
|
puts "TODO OCC30794 ALL: Error : is WRONG because number of"
|
|
|
|
puts "========"
|
|
puts "0030794: BRepOffsetAPI_MakePipeShell: shape is produced with artifacts"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug30794_shapes2.brep] c
|
|
explode c
|
|
|
|
mksweep c_1
|
|
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
|