mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +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
34 lines
819 B
Plaintext
34 lines
819 B
Plaintext
puts "============"
|
|
puts "OCC25432"
|
|
puts "============"
|
|
puts ""
|
|
#########################################################################
|
|
# Wrong result obtained by MakerVolume operator.
|
|
#########################################################################
|
|
|
|
restore [locate_data_file bug25432_qz.brep] q
|
|
|
|
explode q f
|
|
mkvolume result q_1 q_2 q_3 q_4 q_5 q_6 q_7 q_8 q_9 q_10 q_11 -ni
|
|
|
|
regexp {Mass +: +([-0-9.+eE]+)} [vprops result] full volume
|
|
|
|
set expected_volume 0.26776
|
|
set tol_abs_volume 1.0e-4
|
|
set tol_rel_volume 0.0001
|
|
checkreal "Volume" ${volume} ${expected_volume} ${tol_abs_volume} ${tol_rel_volume}
|
|
|
|
set square 3.59972
|
|
|
|
set nb_v_good 12
|
|
set nb_e_good 20
|
|
set nb_w_good 11
|
|
set nb_f_good 11
|
|
set nb_sh_good 2
|
|
set nb_sol_good 2
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 1
|
|
set nb_shape_good 59
|
|
|
|
set 2dviewer 1
|