0027532: Errors on reading stp-file
[occt.git] / tests / bugs / modalg_6 / bug26152_2
CommitLineData
76a2b7d1 1puts "TODO OCC26152 ALL: Standard_ConstructionError"
2puts "=========="
3puts "OCC26152"
4puts "=========="
5puts ""
6##############################################################
7# Wrong result obtained by projection algorithm.
8##############################################################
9
10restore [locate_data_file bug26130_projcomp.brep] a
11explode a
12explode a_2 e
13
14mkcurve c a_2_4
15mksurface s a_2
16
17catch {project cx c s}