Deleted unnecessary TODOs in test cases with improvements on MacOS platform. Small...
[occt.git] / tests / bugs / modalg_5 / bug23958
CommitLineData
b4109929 1puts "========="
2puts "OCC23958"
3puts "========="
4puts ""
5#################################################################################
6# Section of shell by plane is incomplete
7#################################################################################
8
9pload DATAEXCHANGEKERNEL
10
11# shell
12restore [locate_data_file bug23958_bug948-shape.brep] a
13
14# plane
15plane p 10.62752 0 0 1 0 0
16mkface f p
17
18# check that everything is Ok
19checkshape a
20tolerance a
21bopargcheck a f -S #F
22
23# build section
24bsection result a f
25
26# check total length of result
27set length 1.21473
28
29set 2dviewer 1