mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Changes: class BOPTools_AlgoTools static function: Standard_Boolean FindPointInFace(const TopoDS_Face& aF, const gp_Pnt& aP, gp_Dir& aDB, gp_Pnt& aPOut, Handle(IntTools_Context)& theContext, GeomAPI_ProjectPointOnSurf& aProjPL, const Standard_Real aDt, const Standard_Real aTolE) Binormal calculation starts from the point located outside the tolerance circle of the edge Test case for issue CR25432 Correction of test cases for issue CR25432
31 lines
610 B
Plaintext
31 lines
610 B
Plaintext
puts "============"
|
|
puts "OCC24154"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Wrong result of CUT operation
|
|
######################################################
|
|
|
|
restore [locate_data_file bug24154_t.brep] b1
|
|
restore [locate_data_file bug24154_b.brep] b2
|
|
|
|
bop b1 b2
|
|
bopcut result
|
|
|
|
#set square 2.68434e+06
|
|
set square 5.21269e+06
|
|
set volume 7.35468e+07
|
|
|
|
# Analysis of "nbshapes res"
|
|
set nb_v_good 18
|
|
set nb_e_good 36
|
|
set nb_w_good 18
|
|
set nb_f_good 18
|
|
set nb_sh_good 1
|
|
set nb_sol_good 1
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 1
|
|
set nb_shape_good 93
|
|
|
|
set 2dviewer 1
|