mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Comments have been precised. Test case for issue CR25657 Fix of regression Additional test case.
17 lines
403 B
Plaintext
17 lines
403 B
Plaintext
puts "========"
|
|
puts "OCC25657"
|
|
puts "========"
|
|
puts ""
|
|
###########################################################################################
|
|
# Bad result of Fillet operation
|
|
###########################################################################################
|
|
|
|
pcylinder a1 140 220
|
|
pcylinder a2 206 120
|
|
ttranslate a2 100 100 120
|
|
bcut a a1 a2
|
|
explode a e
|
|
donly a a_9
|
|
|
|
blend result a 20 a_9
|