Archived issue #0026736
Errors in BRepOffsetAPI_MakeOffset: overlapping arcs are processed incorrect in mode GeomAbs_Intersection
Description
Errors in BRepOffsetAPI_MakeOffset: overlapping arcs are processed incorrect in mode GeomAbs_Intersection. This bug appears when non-adjacent curvilinear elements of resulting shape overlap each other.
Steps to reproduce
restore Attachment 1 (BREP) a
wire ww a
donly ww
mkoffset res1 ww 10 8 i
fit
circle c1 7 0 0 5
circle c2 -7 0 0 0 0 1 0 1 0 5
trim c1 c1 pi/2 3*pi/2
trim c2 c2 pi 2*pi
mkedge e1 c1
mkedge e2 c2
polyline pp1 -7 5 0 -7 30 0 7 30 0 7 5 0
polyline pp2 7 -5 0 7 -30 0 -7 -30 0 -7 -5 0
wire ww pp1 e1 pp2 e2
donly ww
fit
mkoffset res2 ww 1 -3. i
wire ww a
donly ww
mkoffset res1 ww 10 8 i
fit
circle c1 7 0 0 5
circle c2 -7 0 0 0 0 1 0 1 0 5
trim c1 c1 pi/2 3*pi/2
trim c2 c2 pi 2*pi
mkedge e1 c1
mkedge e2 c2
polyline pp1 -7 5 0 -7 30 0 7 30 0 7 5 0
polyline pp2 7 -5 0 7 -30 0 -7 -30 0 -7 -5 0
wire ww pp1 e1 pp2 e2
donly ww
fit
mkoffset res2 ww 1 -3. i
Additional information
Modified entity: BRepFill_TrimEdgeTool
modified method: IntersectWith
now the case of multiple intersection of offset arcs is distinguished from the case of extra-intersection of prolonged offset curves.
modified method: IntersectWith
now the case of multiple intersection of offset arcs is distinguished from the case of extra-intersection of prolonged offset curves.
Public activity
21 archived notes
Participants are labeled by their role within this record.
Branch [archived branch] has been created by Author.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Tue Sep 29 17:15:01 2015 +0300
0026736: Errors in BRepOffsetAPI_MakeOffset: overlapping arcs are processed incorrect in mode GeomAbs_Intersection
[revision removed]
Detailed log of new commits:
Author: Author
Date: Tue Sep 29 17:15:01 2015 +0300
0026736: Errors in BRepOffsetAPI_MakeOffset: overlapping arcs are processed incorrect in mode GeomAbs_Intersection
Please review the branch CR26736.
Branch [archived branch] has been updated by Author.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Wed Sep 30 15:47:49 2015 +0300
Comments have been added.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Wed Sep 30 15:47:49 2015 +0300
Comments have been added.
Branch [archived branch] has been updated by Author.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Wed Sep 30 15:54:37 2015 +0300
Small correction
[revision removed]
Detailed log of new commits:
Author: Author
Date: Wed Sep 30 15:54:37 2015 +0300
Small correction
Reviewed.
Dear Commenter 1,
Branch CR26736 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested on Release mode.
[revision removed]
There are following compilation errors:
Linux:
http://jenkins-test-02.nnov.opencascade.com:8080/view/CR26736-master/job/CR26736-master_build_occt_linux/1/parsed_console/
../../../../src/BRepFill/BRepFill_OffsetWire.cxx:1310:44: error: passing 'const opencascade::handle<Geom2d_TrimmedCurve>' as 'this' argument of 'opencascade::handle<T>::operator opencascade::handle<T2>&() [with T2 = Geom2d_Curve; <template-parameter-2-2> = void; T = Geom2d_TrimmedCurve]' discards qualifiers [-fpermissive]
Windows:
http://jenkins-test-02.nnov.opencascade.com:8080/view/CR26736-master/job/CR26736-master_build_occt_windows_64/1/parsed_console/
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(587): error C2079: 'V1' uses undefined class 'TopoDS_Vertex' [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(587): error C2079: 'V2' uses undefined class 'TopoDS_Vertex' [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(588): error C2653: 'TopExp' : is not a class or namespace name [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(588): error C3861: 'Vertices': identifier not found [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(589): error C2228: left of '.IsSame' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is 'int'
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(590): error C2228: left of '.IsSame' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is 'int'
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(592): error C2228: left of '.IsSame' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is 'int'
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(593): error C2228: left of '.IsSame' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is 'int'
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(596): error C2065: 'BRepAdaptor_Curve' : undeclared identifier [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(596): error C2146: syntax error : missing ';' before identifier 'IC1' [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(596): error C3861: 'IC1': identifier not found [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(597): error C2065: 'IC1' : undeclared identifier [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(597): error C2228: left of '.GetType' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is ''unknown-type''
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(599): error C2065: 'IC1' : undeclared identifier [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(599): error C2228: left of '.LastParameter' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is ''unknown-type''
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(599): error C2065: 'IC1' : undeclared identifier [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(599): error C2228: left of '.FirstParameter' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is ''unknown-type''
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(606): error C2065: 'IC1' : undeclared identifier [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(606): error C2228: left of '.LastParameter' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is ''unknown-type''
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(606): error C2065: 'IC1' : undeclared identifier [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(606): error C2228: left of '.FirstParameter' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is ''unknown-type''
MacOS:
http://jenkins-test-02.nnov.opencascade.com:8080/view/CR26736-master/job/CR26736-master_prepare_build_occt_MacOS/1/parsed_console/
[user path removed]/tools/WOK680/wok_entities/LOC/dev/CR26736-master-occt/src/BRepFill/BRepFill_TrimEdgeTool.cxx:587:21: error: variable has incomplete type 'TopoDS_Vertex'
TopoDS_Vertex V1, V2;
^
[user path removed]/tools/WOK680/wok_entities/LOC/dev/CR26736-master-occt/src/BRepFill/BRepFill_TrimEdgeTool.cxx:587:25: error: variable has incomplete type 'TopoDS_Vertex'
TopoDS_Vertex V1, V2;
^
[user path removed]/tools/WOK680/wok_entities/LOC/dev/CR26736-master-occt/src/BRepFill/BRepFill_TrimEdgeTool.cxx:588:7: error: use of undeclared identifier 'TopExp'
TopExp::Vertices(InitEdge1, V1, V2);
^
[user path removed]/tools/WOK680/wok_entities/LOC/dev/CR26736-master-occt/src/BRepFill/BRepFill_TrimEdgeTool.cxx:596:5: error: unknown type name 'BRepAdaptor_Curve'
BRepAdaptor_Curve IC1(InitEdge1);
Branch CR26736 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested on Release mode.
[revision removed]
There are following compilation errors:
Linux:
http://jenkins-test-02.nnov.opencascade.com:8080/view/CR26736-master/job/CR26736-master_build_occt_linux/1/parsed_console/
../../../../src/BRepFill/BRepFill_OffsetWire.cxx:1310:44: error: passing 'const opencascade::handle<Geom2d_TrimmedCurve>' as 'this' argument of 'opencascade::handle<T>::operator opencascade::handle<T2>&() [with T2 = Geom2d_Curve; <template-parameter-2-2> = void; T = Geom2d_TrimmedCurve]' discards qualifiers [-fpermissive]
Windows:
http://jenkins-test-02.nnov.opencascade.com:8080/view/CR26736-master/job/CR26736-master_build_occt_windows_64/1/parsed_console/
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(587): error C2079: 'V1' uses undefined class 'TopoDS_Vertex' [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(587): error C2079: 'V2' uses undefined class 'TopoDS_Vertex' [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(588): error C2653: 'TopExp' : is not a class or namespace name [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(588): error C3861: 'Vertices': identifier not found [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(589): error C2228: left of '.IsSame' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is 'int'
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(590): error C2228: left of '.IsSame' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is 'int'
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(592): error C2228: left of '.IsSame' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is 'int'
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(593): error C2228: left of '.IsSame' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is 'int'
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(596): error C2065: 'BRepAdaptor_Curve' : undeclared identifier [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(596): error C2146: syntax error : missing ';' before identifier 'IC1' [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(596): error C3861: 'IC1': identifier not found [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(597): error C2065: 'IC1' : undeclared identifier [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(597): error C2228: left of '.GetType' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is ''unknown-type''
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(599): error C2065: 'IC1' : undeclared identifier [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(599): error C2228: left of '.LastParameter' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is ''unknown-type''
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(599): error C2065: 'IC1' : undeclared identifier [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(599): error C2228: left of '.FirstParameter' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is ''unknown-type''
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(606): error C2065: 'IC1' : undeclared identifier [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(606): error C2228: left of '.LastParameter' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is ''unknown-type''
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(606): error C2065: 'IC1' : undeclared identifier [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
84>..\..\..\src\BRepFill\BRepFill_TrimEdgeTool.cxx(606): error C2228: left of '.FirstParameter' must have class/struct/union [d:\builds\vc10\CR26736-master-occt-64\adm\msvc\vc10\TKBool.vcxproj]
type is ''unknown-type''
MacOS:
http://jenkins-test-02.nnov.opencascade.com:8080/view/CR26736-master/job/CR26736-master_prepare_build_occt_MacOS/1/parsed_console/
[user path removed]/tools/WOK680/wok_entities/LOC/dev/CR26736-master-occt/src/BRepFill/BRepFill_TrimEdgeTool.cxx:587:21: error: variable has incomplete type 'TopoDS_Vertex'
TopoDS_Vertex V1, V2;
^
[user path removed]/tools/WOK680/wok_entities/LOC/dev/CR26736-master-occt/src/BRepFill/BRepFill_TrimEdgeTool.cxx:587:25: error: variable has incomplete type 'TopoDS_Vertex'
TopoDS_Vertex V1, V2;
^
[user path removed]/tools/WOK680/wok_entities/LOC/dev/CR26736-master-occt/src/BRepFill/BRepFill_TrimEdgeTool.cxx:588:7: error: use of undeclared identifier 'TopExp'
TopExp::Vertices(InitEdge1, V1, V2);
^
[user path removed]/tools/WOK680/wok_entities/LOC/dev/CR26736-master-occt/src/BRepFill/BRepFill_TrimEdgeTool.cxx:596:5: error: unknown type name 'BRepAdaptor_Curve'
BRepAdaptor_Curve IC1(InitEdge1);
Branch [archived branch] has been updated by Author.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Fri Oct 2 15:31:57 2015 +0300
Correction of compiling errors
[revision removed]
Detailed log of new commits:
Author: Author
Date: Fri Oct 2 15:31:57 2015 +0300
Correction of compiling errors
Branch CR26736 is updated. Please test.
Branch [archived branch] has been updated forcibly by Participant.
[revision removed]
[revision removed]
Dear Commenter 1,
Branch CR26736 was rebased on current master of occt git-repository.
[revision removed]
Branch CR26736 was rebased on current master of occt git-repository.
[revision removed]
Dear Commenter 1,
Branch CR26736 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested on Release mode.
[revision removed]
Number of compiler warnings:
occt component :
Linux: 13 (13 on master)
Windows: 0 (0 on master)
products component :
Linux: 39 (39 on master)
Windows: 0 (0 on master)
Regressions/Differences/Improvements:
http://occt-tests/CR26736-master-occt-64/Debian70-64/summary.html
http://occt-tests/CR26736-master-occt-64/Windows-64-VC10/summary.html
Testing cases:
http://occt-tests/CR26736-master-occt-64/Debian70-64/bugs/modalg_6/bug26736_1.html
http://occt-tests/CR26736-master-occt-64/Windows-64-VC10/bugs/modalg_6/bug26736_1.html
bugs modalg_6 bug26736_1: FAILED
http://occt-tests/CR26736-master-occt-64/Debian70-64/bugs/modalg_6/bug26736_2.html
http://occt-tests/CR26736-master-occt-64/Windows-64-VC10/bugs/modalg_6/bug26736_2.html
bugs modalg_6 bug26736_2: OK
Testing on Linux:
occt component :
Total MEMORY difference: 92429708 / 92236686 [+0.21%]
Total CPU difference: 19464.209999999828 / 19547.219999999827 [-0.42%]
products component :
Total MEMORY difference: 26347389 / 26369733 [-0.08%]
Total CPU difference: 7591.449999999975 / 7378.749999999995 [+2.88%]
Testing on Windows:
occt component :
Total MEMORY difference: 58054571 / 58061072 [-0.01%]
Total CPU difference: 18468.053584199286 / 18215.81556729896 [+1.38%]
products component :
Total MEMORY difference: 17178463 / 17183716 [-0.03%]
Total CPU difference: 5706.235778199968 / 5689.09126829997 [+0.30%]
There are no differences in images found by testdiff.
Branch CR26736 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested on Release mode.
[revision removed]
Number of compiler warnings:
occt component :
Linux: 13 (13 on master)
Windows: 0 (0 on master)
products component :
Linux: 39 (39 on master)
Windows: 0 (0 on master)
Regressions/Differences/Improvements:
http://occt-tests/CR26736-master-occt-64/Debian70-64/summary.html
http://occt-tests/CR26736-master-occt-64/Windows-64-VC10/summary.html
Testing cases:
http://occt-tests/CR26736-master-occt-64/Debian70-64/bugs/modalg_6/bug26736_1.html
http://occt-tests/CR26736-master-occt-64/Windows-64-VC10/bugs/modalg_6/bug26736_1.html
bugs modalg_6 bug26736_1: FAILED
http://occt-tests/CR26736-master-occt-64/Debian70-64/bugs/modalg_6/bug26736_2.html
http://occt-tests/CR26736-master-occt-64/Windows-64-VC10/bugs/modalg_6/bug26736_2.html
bugs modalg_6 bug26736_2: OK
Testing on Linux:
occt component :
Total MEMORY difference: 92429708 / 92236686 [+0.21%]
Total CPU difference: 19464.209999999828 / 19547.219999999827 [-0.42%]
products component :
Total MEMORY difference: 26347389 / 26369733 [-0.08%]
Total CPU difference: 7591.449999999975 / 7378.749999999995 [+2.88%]
Testing on Windows:
occt component :
Total MEMORY difference: 58054571 / 58061072 [-0.01%]
Total CPU difference: 18468.053584199286 / 18215.81556729896 [+1.38%]
products component :
Total MEMORY difference: 17178463 / 17183716 [-0.03%]
Total CPU difference: 5706.235778199968 / 5689.09126829997 [+0.30%]
There are no differences in images found by testdiff.
Dear jgv,
Branch [archived branch] has been rejected due to:
- regressions/differences/improvements
- failed test-case for issue
==============================
Branch [archived branch] has been rejected due to:
- regressions/differences/improvements
- failed test-case for issue
==============================
Branch [archived branch] has been updated by Participant.
[revision removed]
Detailed log of new commits:
Author: mkv
Date: Mon Oct 5 15:37:03 2015 +0300
Test cases for issue CR26736
[revision removed]
Detailed log of new commits:
Author: mkv
Date: Mon Oct 5 15:37:03 2015 +0300
Test cases for issue CR26736
Dear jgv,
could you please review following test case
bugs modalg_6 bug26736_1, bug26736_2
could you please review following test case
bugs modalg_6 bug26736_1, bug26736_2
Branch [archived branch] has been created by Author.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Wed Oct 7 17:56:38 2015 +0300
0026736: Errors in BRepOffsetAPI_MakeOffset: overlapping arcs are processed incorrect in mode GeomAbs_Intersection
[revision removed]
Detailed log of new commits:
Author: Author
Date: Wed Oct 7 17:56:38 2015 +0300
0026736: Errors in BRepOffsetAPI_MakeOffset: overlapping arcs are processed incorrect in mode GeomAbs_Intersection
Dear Mikhail!
Please test new branch CR26736-2. Please also fix the mistake in test script
bugs modalg_6 bug26736_1:
there must be "mkoffset result ww 10 8 i" instead of "mkoffset result 10 8 i".
Please test new branch CR26736-2. Please also fix the mistake in test script
bugs modalg_6 bug26736_1:
there must be "mkoffset result ww 10 8 i" instead of "mkoffset result 10 8 i".
Dear Commenter 1,
Branch CR26736-2 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested on Release mode.
[revision removed]
Number of compiler warnings:
occt component :
Linux: 13 (13 on master)
Windows: 0 (0 on master)
products component :
Linux: 39 (39 on master)
Windows: 0 (0 on master)
Regressions/Differences/Improvements:
No regressions/differences
Testing cases:
http://occt-tests/CR26736-2-master-occt-64/Debian70-64/bugs/modalg_6/bug26736_1.html
http://occt-tests/CR26736-2-master-occt-64/Windows-64-VC10/bugs/modalg_6/bug26736_1.html
bugs modalg_6 bug26736_1: OK
http://occt-tests/CR26736-2-master-occt-64/Debian70-64/bugs/modalg_6/bug26736_2.html
http://occt-tests/CR26736-2-master-occt-64/Windows-64-VC10/bugs/modalg_6/bug26736_2.html
bugs modalg_6 bug26736_2: OK
Testing on Linux:
occt component :
Total MEMORY difference: 92436186 / 92367034 [+0.07%]
Total CPU difference: 19805.659999999778 / 19809.669999999824 [-0.02%]
products component :
Total MEMORY difference: 26315727 / 26369733 [-0.20%]
Total CPU difference: 7358.889999999988 / 7378.749999999995 [-0.27%]
Testing on Windows:
occt component :
Total MEMORY difference: 58069254 / 58086976 [-0.03%]
Total CPU difference: 18763.956280998766 / 18228.45164829895 [+2.94%]
products component :
Total MEMORY difference: 17179163 / 17183716 [-0.03%]
Total CPU difference: 6111.885178499989 / 5689.09126829997 [+7.43%]
There are no differences in images found by testdiff.
Branch CR26736-2 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested on Release mode.
[revision removed]
Number of compiler warnings:
occt component :
Linux: 13 (13 on master)
Windows: 0 (0 on master)
products component :
Linux: 39 (39 on master)
Windows: 0 (0 on master)
Regressions/Differences/Improvements:
No regressions/differences
Testing cases:
http://occt-tests/CR26736-2-master-occt-64/Debian70-64/bugs/modalg_6/bug26736_1.html
http://occt-tests/CR26736-2-master-occt-64/Windows-64-VC10/bugs/modalg_6/bug26736_1.html
bugs modalg_6 bug26736_1: OK
http://occt-tests/CR26736-2-master-occt-64/Debian70-64/bugs/modalg_6/bug26736_2.html
http://occt-tests/CR26736-2-master-occt-64/Windows-64-VC10/bugs/modalg_6/bug26736_2.html
bugs modalg_6 bug26736_2: OK
Testing on Linux:
occt component :
Total MEMORY difference: 92436186 / 92367034 [+0.07%]
Total CPU difference: 19805.659999999778 / 19809.669999999824 [-0.02%]
products component :
Total MEMORY difference: 26315727 / 26369733 [-0.20%]
Total CPU difference: 7358.889999999988 / 7378.749999999995 [-0.27%]
Testing on Windows:
occt component :
Total MEMORY difference: 58069254 / 58086976 [-0.03%]
Total CPU difference: 18763.956280998766 / 18228.45164829895 [+2.94%]
products component :
Total MEMORY difference: 17179163 / 17183716 [-0.03%]
Total CPU difference: 6111.885178499989 / 5689.09126829997 [+7.43%]
There are no differences in images found by testdiff.
Branch [archived branch] has been updated by Participant.
[revision removed]
Detailed log of new commits:
Author: mkv
Date: Thu Oct 8 14:29:20 2015 +0300
Test cases for issue CR26736
[revision removed]
Detailed log of new commits:
Author: mkv
Date: Thu Oct 8 14:29:20 2015 +0300
Test cases for issue CR26736
Dear Commenter 1,
Branch CR26736-2 is TESTED.
Branch CR26736-2 is TESTED.
Branch [archived branch] has been deleted by Participant.
[revision removed]
[revision removed]
Branch [archived branch] has been deleted by Participant.
[revision removed]
[revision removed]