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.
29 lines
805 B
Plaintext
29 lines
805 B
Plaintext
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
|
|
|
|
bfuzzyvalue 1.e-3
|
|
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
|