0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_6 / bug27704
CommitLineData
66cce03a 1puts "========"
2puts "OCC27704"
3puts "========"
4puts ""
5#################################################
6# Numeric inaccuracy due to huge extension of the offset faces
7#################################################
8
9# Input shell contains two planar faces with linear edges.
10# The result of offset operation is also expected to contain
11# only simple geometries (planes, lines, 2d lines).
12# Due to inaccuracy SameParameter can convert 2d lines
13# into 2d BSpline curves.
14
15restore [locate_data_file bug27704.brep] s
16offsetparameter 1e-7 p i
17offsetload s 1
18offsetperform result
19if {[regexp {BSpline} [dump result]]} {
20 puts "Error: BSpline is created"
21}
22