0026342: No materials are read from STEP
[occt.git] / tests / bugs / moddata_1 / bug143
CommitLineData
a87752f3 1puts "================"
2puts "BUC60654"
3puts "OCC143"
4puts "================"
5puts ""
6######################################################################
7## Raises exception "Standard_NotImplemented3" in GCPnts_AbscissaPoint on a Geom2d_OffsetCurve
8######################################################################
9
5789daf9 10set len_expected 4.e100
a87752f3 11line line_2d 0 0 1 1
12
13offset result line_2d 10 1 0
14
15set info [length $result]
16regexp {The length result is +([-0-9.+eE]+)} $info full len
17
5789daf9 18checkreal "Length" $len $len_expected 0. 1e-10