mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-30 13:05:50 +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
28 lines
775 B
Plaintext
Executable File
28 lines
775 B
Plaintext
Executable File
#puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
#puts "TODO OCC12345 ALL: Error : The square of result shape is"
|
|
#puts "TODO OCC12345 ALL: Error : The command is not valid"
|
|
#puts "TODO OCC12345 ALL: Error : Result shape is WRONG because it must contains"
|
|
|
|
puts "========================"
|
|
puts " OCC472 "
|
|
puts "(case 3)"
|
|
puts "========================"
|
|
puts ""
|
|
#####################################################
|
|
## Bad result of Fuse Operation (Cut&Common - bad too). SAM1470 (#2634)
|
|
#####################################################
|
|
|
|
restore [locate_data_file OCC472a.brep] b1
|
|
checkshape b1
|
|
|
|
restore [locate_data_file OCC472b.brep] b2
|
|
checkshape b2
|
|
|
|
bfuse result b1 b2
|
|
|
|
set nb_v_good 66
|
|
set nb_e_edge 107
|
|
set square 31657.5
|
|
set 2dviewer 0
|
|
|