mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Boolean Operation - avoid creation of INTERNAL solid from unclassified faces in Solid Builder algorithm. Instead warn the user that some of the faces have been unclassified and not used for solids creation. Adjustment of the test cases. Test cases for the issue.
31 lines
975 B
Plaintext
31 lines
975 B
Plaintext
puts "TODO OCC25983 ALL: Error : is WRONG because number of"
|
|
puts "TODO OCC25983 ALL: Error : The area of result shape is"
|
|
puts "TODO OCC25983 ALL: Error : The volume of result shape is"
|
|
|
|
puts "========"
|
|
puts "OCC25983"
|
|
puts "========"
|
|
puts ""
|
|
##########################################
|
|
# Fusion of sweep and its mirror invalid
|
|
##########################################
|
|
|
|
restore [locate_data_file bug25983_deform-fusion1-tcl-BSpline.brep] BSpline
|
|
wire Knurling-0-spine BSpline
|
|
mksweep Knurling-0-spine
|
|
setsweep -FR
|
|
polyline DWire 0 0 0 1 -0.9999999999999998 0 1.0000000000000002 0.9999999999999998 0 0 0 0
|
|
trotate DWire 0 0 0 1 0 0 134.99999999999693
|
|
ttranslate DWire 9 0 0
|
|
addsweep DWire
|
|
buildsweep Knurling -C -S
|
|
copy Knurling Clone
|
|
tmirror Clone 0 0 0 1 0 0
|
|
bfuse result Knurling Clone
|
|
|
|
checkshape result
|
|
checknbshapes result -wire 24 -face 24 -shell 1 -solid 1
|
|
checkprops result -s 262.476 -v 54.0383
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|