0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / modalg_7 / bug25104
CommitLineData
dfdfa61f 1puts "========"
2puts "OCC25104"
3puts "========"
4puts ""
5##########################################################
6# 0025104: Prism from BSpline curve can not be chamfered
7##########################################################
8
9restore [locate_data_file bug25104_whale2-draw-path.brep] path
10
11prism Extrude001 path 0. 0. 5.
12
13set bug_info [string trim [bopcheck Extrude001]]
14if {$bug_info != "This shape seems to be OK."} {
15 puts "ERROR: OCC25104 is reproduced. Prism has been created with errors."
16}