mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The usage of *BRepAlgo_Section* has been replaced with the usage of *BRepAlgoAPI_Section* in *BRepProj_Projection* algorithm. The TODO statements have been removed from the failing test case in the "prj" grid as they are working correctly now. The following changes have been made to improve the performance *BRepAlgoAPI_Section*: 1. Revision of the *IntPolyh_Intersection* class to avoid repeated calculation of the deflection of the same triangulation. 2. Small revision of the Edge/Face intersection algorithm to perform Extrema computation on the whole intersection range of the edge instead of discrete ranges. 3. Implementation of the extrema computation for the Circle and Sphere. 4. Correct computation of the parameter of the point on the Circle.
24 lines
672 B
Plaintext
24 lines
672 B
Plaintext
puts "============"
|
|
puts "OCC25385"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# steep increase in tolerance by intersection
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug25385_shell2.brep] s
|
|
|
|
regexp {Tolerance +MAX=([-0-9.+eE]+)} [tolerance s] full MaxTol_s_1
|
|
|
|
plane p 28.5 0 0 1 0 0 0 1 0
|
|
mkface f p
|
|
bop s f
|
|
bopsection r
|
|
|
|
regexp {Tolerance +MAX=([-0-9.+eE]+)} [tolerance s] full MaxTol_s_2
|
|
|
|
set tol_abs_MaxTol 0.0001
|
|
set tol_rel_MaxTol 0.0001
|
|
checkreal "MaxTolerance " ${MaxTol_s_2} ${MaxTol_s_1} ${tol_abs_MaxTol} ${tol_rel_MaxTol}
|
|
|
|
checkprops r -l 36.2401 |