mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Computing is unified. ComputeFastTol3d() method was deleted. If intersection result contains 3D- and corresponded two 2D-curves then tolerance will be computed with using BRepLib_CheckCurveOnSurface algorithm (check same-parameter). If intersection result contains only 3D-curve (getting 2D-curve can be switched off by users) then tolerance will be computed with using GeomAPI_ProjectPointOnSurf algorithm (projects some point of 3D-curve on the surface and finds maximal distance). Some workarounds have been deleted. Some test case have been changed.
31 lines
841 B
Plaintext
31 lines
841 B
Plaintext
puts "TODO OCC26417 ALL: Faulty shapes in variables faulty_1"
|
|
puts "TODO OCC26417 ALL: Error : Result shape is WRONG because it must contains 13 wires"
|
|
puts "TODO OCC26417 ALL: Error : Result shape is WRONG because it must contains 80 shapes"
|
|
|
|
puts "================"
|
|
puts "OCC25319"
|
|
puts "================"
|
|
puts ""
|
|
########################################################################
|
|
# Bop Common produces strange results with same shapes.
|
|
########################################################################
|
|
|
|
restore [locate_data_file bug25319_S1.brep] b1
|
|
restore [locate_data_file bug25319_S2.brep] b2
|
|
|
|
bcommon result b1 b2
|
|
|
|
set square 1690.81
|
|
|
|
set nb_v_good 20
|
|
set nb_e_good 31
|
|
set nb_w_good 13
|
|
set nb_f_good 13
|
|
set nb_sh_good 1
|
|
set nb_sol_good 1
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 1
|
|
set nb_shape_good 80
|
|
|
|
set 2dviewer 1
|