1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0027719: HLRBrep_Algo incorrect output

Intersection of curves and surfaces in HLRBRep is corrected: parametric limits of face are used instead of parametric limits of surface

Building of outlines (Contap_Contour) is corrected: method ComputeCloseLine is now used in all cases.

Correction of HLRBRep_Surface: usage of UVbounds-option

Correction of test cases according to the new behavior.
This commit is contained in:
jgv
2016-08-02 18:37:18 +03:00
committed by bugmaster
parent d5514578e8
commit 57fbfb8e7b
32 changed files with 340 additions and 28 deletions

View File

@@ -20,15 +20,15 @@ compound vl v1l vnl vol vil result
set nbshapes_expected "
Number of shapes in shape
VERTEX : 93
EDGE : 47
VERTEX : 103
EDGE : 52
WIRE : 0
FACE : 0
SHELL : 0
SOLID : 0
COMPSOLID : 0
COMPOUND : 1
SHAPE : 141
SHAPE : 156
"
checknbshapes result -ref ${nbshapes_expected} -t -m "HLRToShape"