View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024028 | Open CASCADE | OCCT:Modeling Data | public | 2013-06-14 12:39 | 2013-12-19 13:58 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Target Version | 6.7.0 | Fixed in Version | 6.7.0 | ||
Summary | 0024028: It is impossible to create a face based on Geom_RectangularTrimmedSurface by standard methods | ||||
Description | This bug is found by customer. The respective method of BRepLib_MakeFace sets the basis surface of Geom_RectangularTrimmedSurface in created face. | ||||
Steps To Reproduce | beziercu cc 3 0 0 -10 1 20 0 0 10 0 0 10 1 revsurf ss cc 0 0 0 0 0 1 trimu ts ss 0 pi donly ts mkface ff ts dump ff | ||||
Tags | No tags attached. | ||||
Test case number | bugs moddata_3(013) bug24028 | ||||
related to | 0024077 | closed | Build errors on master branch on Mac OS X |
|
The branch CR24028 is ready for reviewing. |
|
Wrong treatment of Offset surface. |
|
The branch CR24028 is updated and ready for reviewing. |
|
Ok |
|
Dear BugMaster, Branch CR24028 (and products from GIT master) was compiled on Linux and Windows platforms and tested. Number of compiler warnings: occt component : Linux: 2 (2 on master) Windows: 7 (7 on master) products component : Linux: 0 (0 on master) Windows: 63 (63 on master) Regressions: http://occt-tests/CR24028-master-occt/Debian60-64/summary.html http://occt-tests/CR24028-master-occt/Windows-32-VC9/summary.html de iges_1(001) H8, J3, Q8, R3 de iges_2(002) A8, C6, G1, H1 de iges_3(003) A3, A4 de step_1(004) E5 de step_2(005) B1 de step_3(006) E3 xcaf brep_to_igs_add_CL(006) E3 Also: http://occt-tests/CR24028-master-occt/Windows-32-VC9/summary.html de step_1(004) D4 de step_2(005) E2 Improvements: No improvements Testing cases: bugs moddata_3(013) bug24028 - OK. Testing on Linux: Total MEMORY difference: 364144724 / 364149420 Total CPU difference: 43033.48000000097 / 40859.750000000895 Testing on Windows: There are following differences in images found by testdiff. http://occt-tests/CR24028-master-occt/Debian60-64/diff-Debian60-64.html http://occt-tests/CR24028-master-occt/Windows-32-VC9/diff-Windows-32-VC9.html IMAGE de iges_1 L7: L7.png differs IMAGE xcaf igs_to_dxc A7: A7.png differs |
|
CR24028_1 is ready to review. |
|
Ok |
|
Dear BugMaster, Branch CR24028_1 (and products from GIT master) was compiled on Linux and Windows platforms and tested. Number of compiler warnings: occt component : Linux: 2 (2 on master) Windows: 7 (7 on master) products component : Linux: 0 (0 on master) Windows: 63 (63 on master) Regressions: http://occt-tests/CR24028-1-master-occt/Debian60-64/summary.html http://occt-tests/CR24028-1-master-occt/Windows-32-VC9/summary.html de iges_1(001) A4, A5, D1, G4, H2, I5, J3, K2, K3, L7, M7, N3, Q2, Q8, R4, R5 de iges_2(002) A1, A9, B1, B8, C6, E6, G1, G9, H1, I5 de iges_3(003) A3, A4 de step_1(004) E5 de step_2(005) B1 de step_3(006) E3 xcaf brep_to_igs_add_CL(006) E3 Also: http://occt-tests/CR24028-1-master-occt/Windows-32-VC9/summary.html de iges_3(003) A7 Improvements: No improvements Testing cases: bugs moddata_3(013) bug24028 - OK. Testing on Linux: Total MEMORY difference: 361641508 / 361643964 Total CPU difference: 45766.94000000085 / 40319.780000000865 Testing on Windows: Total MEMORY difference: 419251912 / 417612712 Total CPU difference: 40521.984375 / 35114.71875 There are following differences/improvments in images found by testdiff. http://occt-tests/CR24028-1-master-occt/Debian60-64/diff-Debian60-64.html IMAGE de iges_1 Q3: Q3.png differs IMAGE de iges_2 H9: H9.png differs IMAGE de iges_2 E3: E3.png differs IMAGE bugs xde bug660: bug660.png differs IMAGE bugs xde bug9531: bug9531.png differs IMAGE bugs iges bug365_1: bug365_1.png differs IMAGE bugs iges bug283: bug283.png differs IMAGE bugs iges bug272_1: bug272_1.png differs IMAGE feat featprism S2: S2.png differs IMAGE xcaf igs_to_dxc A7: A7.png differs IMAGE draft angle L4: L4.png differs |
|
CR24028_2 is ready to review. |
|
Ok |
|
CR24028_2 was updated. 1. bugs/moddata_3/bug24028 was added 2. Commit message was changed. Code was NOT changed. |
|
Dear BugMaster, Branch CR24028_2 (and products from GIT master) was compiled on Linux and Windows platforms and tested. SHA-1: 6b73a7123a247efe98e814bfe7e3d4edb68e16ff Number of compiler warnings: occt component : Linux: 2 (2 on master) Windows: 7 (7 on master) products component : Linux: 0 (0 on master) Windows: 63 (63 on master) Regressions: No regressions Improvements: No improvements Testing cases: bugs moddata_3(013) bug24028 - OK Testing on Linux: Total MEMORY difference: 366537464 / 366285416 Total CPU difference: 43091.58000000127 / 48296.94000000085 Testing on Windows: Total MEMORY difference: 423638408 / 423111980 Total CPU difference: 44751.984375 / 37666.078125 There are not differences in images found by testdiff. |
occt: master 9d109e39 2013-06-24 06:18:18
Committer: |
0024028: It is impossible to create a face based on Geom_RectangularTrimmedSurface by standard methods 1. Trimmed Surfaces were replaced with bases for *.igs and *.stp file format. BRepLib_MakeFace method sets the TRIMMED surface of Geom_RectangularTrimmedSurface in created face. 2. Adding test case for this fix |
Affected Issues 0024028 |
|
mod - src/BRepLib/BRepLib_MakeFace.cxx | Diff File | ||
mod - src/IGESToBRep/IGESToBRep_TopoSurface.cxx | Diff File | ||
mod - src/StepToTopoDS/StepToTopoDS_Builder.cxx | Diff File | ||
add - tests/bugs/moddata_3/bug24028 | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-06-14 12:39 |
|
New Issue | |
2013-06-14 12:39 |
|
Assigned To | => ifv |
2013-06-14 12:39 |
|
Assigned To | ifv => jgv |
2013-06-14 12:41 |
|
Steps to Reproduce Updated | |
2013-06-14 12:57 |
|
Note Added: 0024753 | |
2013-06-14 12:57 |
|
Status | new => resolved |
2013-06-14 12:58 |
|
Assigned To | jgv => ifv |
2013-06-14 14:07 |
|
Note Added: 0024755 | |
2013-06-14 14:07 |
|
Status | resolved => feedback |
2013-06-14 14:36 |
|
Note Added: 0024756 | |
2013-06-14 14:36 |
|
Status | feedback => resolved |
2013-06-14 14:49 |
|
Note Added: 0024758 | |
2013-06-14 14:49 |
|
Status | resolved => reviewed |
2013-06-17 10:45 |
|
Assigned To | ifv => mkv |
2013-06-17 17:09 |
|
Note Added: 0024769 | |
2013-06-17 17:10 |
|
Test case number | => bugs moddata_3(013) bug24028 |
2013-06-17 17:10 |
|
Assigned To | mkv => jgv |
2013-06-17 17:10 |
|
Status | reviewed => assigned |
2013-06-18 10:26 |
|
Assigned To | jgv => nbv |
2013-06-19 16:25 |
|
Note Added: 0024803 | |
2013-06-19 16:25 |
|
Assigned To | nbv => ifv |
2013-06-19 16:25 |
|
Status | assigned => resolved |
2013-06-19 16:40 |
|
Note Added: 0024804 | |
2013-06-19 16:40 |
|
Status | resolved => reviewed |
2013-06-19 17:05 |
|
Assigned To | ifv => mkv |
2013-06-20 08:22 |
|
Note Added: 0024811 | |
2013-06-20 08:23 |
|
Assigned To | mkv => nbv |
2013-06-20 08:23 |
|
Status | reviewed => assigned |
2013-06-21 17:50 |
|
Note Added: 0024837 | |
2013-06-21 17:50 |
|
Assigned To | nbv => ifv |
2013-06-21 17:50 |
|
Status | assigned => resolved |
2013-06-21 18:04 |
|
Note Added: 0024838 | |
2013-06-21 18:04 |
|
Status | resolved => reviewed |
2013-06-24 10:25 |
|
Note Added: 0024839 | |
2013-06-25 11:49 | apn | Note Added: 0024857 | |
2013-06-25 11:49 | apn | Assigned To | ifv => bugmaster |
2013-06-25 11:49 | apn | Status | reviewed => tested |
2013-06-26 17:37 | bugmaster | Target Version | => 6.7.0 |
2013-06-27 13:51 |
|
Changeset attached | => occt master 9d109e39 |
2013-06-27 13:51 |
|
Assigned To | bugmaster => jgv |
2013-06-27 13:51 |
|
Status | tested => verified |
2013-06-27 13:51 |
|
Resolution | open => fixed |
2013-07-17 18:34 |
|
Relationship added | related to 0024077 |
2013-10-11 21:09 |
|
Description Updated | |
2013-12-19 13:51 | bugmaster | Status | verified => closed |
2013-12-19 13:58 | bugmaster | Fixed in Version | => 6.7.0 |