0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / modalg_2 / bug23472
CommitLineData
07782e0c 1puts "============"
2puts "CR23472"
3puts "============"
4puts ""
5##########################################################################################################
6# BRepAlgoAPI_Section algorithm fails with exception while intersecting two faces
7##########################################################################################################
8
9restore [locate_data_file bug23472_f1.brep] f1
10restore [locate_data_file bug23472_f2.brep] f2
11
4e57c75e 12bsection result f1 f2
07782e0c 13
14regexp {Mass +: +([-0-9.+eE]+)} [lprops result] full l
15
16if { $l != 0} {
17 puts "Error : The bsection is not valid"
18}
19
20# Service parameters
21set mass -0.1
22set m -0.1