1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug28150_2
nbv 8444aedb1d 0028150: Exception is raised during Boolean operation
ProjLib_ComputeApproxOnPolarSurface::BuildInitialCurve2d - Using the correct number of points (computed in GCPnts_QuasiUniformAbscissa class) for creation of the initial curve.
2017-09-22 11:52:05 +03:00

22 lines
445 B
Plaintext

puts "========"
puts "OCC28150"
puts "========"
puts ""
#####################################################
# Exception is raised during Boolean operation
#####################################################
restore [locate_data_file bug28150_ef.brep] b
explode b
mkcurve c b_1
mksurface s b_2
project c2d c s
checklength c2d -l 2.6097941390190726e-006
v2d
display c2d
2dfit
checkview -screenshot -2d -path ${imagedir}/${test_image}.png