mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
The capabilities of the class BRepOffsetAPI_MakeEvolved have been extended with involving alternate algorithm of resolving the loops in the piped shape. The new option theIsVolume is added for that in the constructor. New class BRepFill_AdvancedEvolved has been created in order to provide new OCCT-algorithm combining BRepFill_PipeShell and BOPAlgo_MakerVolume. A change in BOPAlgo_PaveFiller.cxx has been made in order to solve a specific problem of Boolean operation. The interface of DRAW-command "evolved" has been updated to add the new option. DRAW-command "evolvedsolid" has been deleted. Now it is replaced with DRAW-command "evolved" with the option "-solid". Testgrid "evolved" has been created.
29 lines
670 B
Plaintext
29 lines
670 B
Plaintext
puts "=========="
|
|
puts "OCC29523"
|
|
puts "=========="
|
|
|
|
# Result contains intersected faces
|
|
profile p X 15 C 1 90 Y 5 X -7 Y -2 C -1 90 X -8 W
|
|
profile t O 0 1 0 P 0 1 0 0 0 1 X 5 T -1 2 WW
|
|
evolved result -s p -p t -a -solid -v
|
|
|
|
checkprops result -s 361.087 -v 312.848
|
|
checkshape result
|
|
|
|
checknbshapes result -solid 1 -shell 1
|
|
|
|
if {[regexp "Faulties" [bopargcheck result]]} {
|
|
puts "Error: bopargcheck has found some faulties in res2"
|
|
}
|
|
|
|
checkmaxtol result -ref 1.5e-7
|
|
|
|
regexp {Tolerance MAX=([-0-9.+eE]+)} [tolerance result] full toler
|
|
checkreal MAXTOL $toler 3.0e-007 0.0 0.1
|
|
|
|
smallview
|
|
don result sw tw
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|