mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-07 21:28:11 +08:00
0025432: Wrong result obtained by MakerVolume operator.
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
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Original bug : pro14942
|
||||
# Date : 26Aout98
|
||||
|
||||
#CR23958 puts "TODO #22911 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
||||
#CR23958 puts "TODO #22911 ALL: Error : The area of the resulting shape is"
|
||||
puts "TODO #22911 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
||||
puts "TODO #22911 ALL: Error : The area of the resulting shape is"
|
||||
|
||||
restore [locate_data_file CTO904_pro14942a.rle] a
|
||||
restore [locate_data_file pro14942b.rle] b
|
||||
|
||||
Reference in New Issue
Block a user