View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0029431 | Open CASCADE | OCCT:Modeling Algorithms | public | 2018-01-17 15:40 | 2023-08-01 15:06 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | ||
Status | new | Resolution | open | ||
Product Version | 7.2.0 | ||||
Target Version | Unscheduled | ||||
Summary | 0029431: "checkshape" for a single face depends on the orientation of the face | ||||
Description | "checkshape" command does not reports invalidity for the attached face. Changing orientation of the face to Forward, allows "checkshape" recognizing the face as invalid. Such behavior is explained by the fact that BRepTools_WireExplorer (used in BRepCheck_Analyzer) depends on face's orientation. For a Reversed face it returns 6 edges, but for a Forward face it returns only 4. The problem has been detected in the test case "chamfer dist_angle_sequence B5". | ||||
Steps To Reproduce | # test chamfer dist_angle_sequence B5 1 # explode result f; copy result_1 f binrestore [locate_data_file bug29431_f.bin] f don f whatis f # FACE REVERSED checkshape f # OK explode f expwire f_1 f # BRepTools_WireExplorer donne 6 Edges orientation f F whatis f # FACE FORWARD checkshape f # faulty explode f expwire f_1 f # BRepTools_WireExplorer donne 4 Edges | ||||
Tags | No tags attached. | ||||
Test case number | |||||
related to | 0022909 | assigned | Chamfers are made with errors on chamfer test. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-17 15:40 |
|
New Issue | |
2018-01-17 15:40 |
|
Assigned To | => msv |
2018-01-17 15:41 |
|
File Added: bug29431_f.bin | |
2018-01-17 15:42 |
|
Steps to Reproduce Updated | |
2018-01-17 15:43 |
|
Relationship added | related to 0022909 |
2019-08-12 16:54 |
|
Target Version | 7.4.0 => 7.5.0 |
2020-09-14 22:54 |
|
Target Version | 7.5.0 => 7.6.0 |
2021-08-29 18:51 |
|
Target Version | 7.6.0 => 7.7.0 |
2022-10-24 10:43 |
|
Target Version | 7.7.0 => 7.8.0 |
2023-08-01 15:06 | dpasukhi | Target Version | 7.8.0 => Unscheduled |