1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_7/bug25104
aml 90f0fdad2a 0025104: Prism from BSpline curve can not be chamfered
Protection from zero-length vectors has been added.
2017-11-14 15:56:55 +03:00

17 lines
504 B
Plaintext

puts "========"
puts "OCC25104"
puts "========"
puts ""
##########################################################
# 0025104: Prism from BSpline curve can not be chamfered
##########################################################
restore [locate_data_file bug25104_whale2-draw-path.brep] path
prism Extrude001 path 0. 0. 5.
set bug_info [string trim [bopcheck Extrude001]]
if {$bug_info != "This shape seems to be OK."} {
puts "ERROR: OCC25104 is reproduced. Prism has been created with errors."
}