View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0028700 | Open CASCADE | OCCT:Modeling Algorithms | public | 2017-04-28 16:07 | 2023-08-01 15:08 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | ||
Status | new | Resolution | open | ||
Product Version | 7.1.0 | ||||
Target Version | Unscheduled | ||||
Summary | 0028700: BRepBuilderAPI_Sewing produces too small edge covered by its vertices | ||||
Description | This bug has been discovered during fixing #23731 as a regression on several test cases. The current version of checkshape does not report such invalidity. However, there is the method BRepLib::FindValidRange() that allows to check the edge for validity in respect to this rule. It is needed to analyze these test cases and understand whether the sewing algorithm must be corrected. | ||||
Steps To Reproduce | tests\bugs\modalg_4\bug714 tests\bugs\modalg_2\bug22770_10 tests\bugs\modalg_2\bug22770_11 tests\bugs\modalg_2\bug22770_18 tests\bugs\modalg_2\bug22770_20 tests\bugs\modalg_2\bug22770_23 tests\bugs\modalg_2\bug22770_27 tests\bugs\modalg_2\bug22770_28 tests\bugs\modalg_2\bug22770_3 tests\bugs\modalg_2\bug22770_30 tests\bugs\modalg_2\bug22770_5 tests\bugs\modalg_2\bug22770_8 tests\bugs\modalg_2\bug22770_9 tests\bugs\modalg_2\bug22804 | ||||
Tags | No tags attached. | ||||
Test case number | bugs modalg_7 bug28700_1, bug28700_2, bug28700_3, bug28700_4, bug28700_5 | ||||
related to | 0032210 | new | Modeling Algorithms - Rudimentery small edges |
|
In Draw, the following command checks if the shape contains to small edges: foreach e [explode a e] { if {[validrange $e] == "edge has no valid range"} { puts "Error: edge $e is too small" } } |
|
Problem described in issue is reproduced on current state of OCCT. |
|
Branch CR28700 was created by mistake. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-04-28 16:07 |
|
New Issue | |
2017-04-28 16:07 |
|
Assigned To | => gka |
2017-04-28 16:09 |
|
Note Added: 0065644 | |
2017-07-24 09:22 |
|
Target Version | 7.2.0 => 7.3.0 |
2017-08-29 11:26 |
|
Test case number | => bugs modalg_7 bug28700_1, bug28700_2, bug28700_3, bug28700_4, bug28700_5 |
2017-08-29 11:26 |
|
Note Added: 0070034 | |
2017-12-05 16:59 |
|
Target Version | 7.3.0 => 7.4.0 |
2018-04-17 16:21 |
|
Note Added: 0075486 | |
2019-08-12 17:45 |
|
Target Version | 7.4.0 => 7.5.0 |
2020-09-14 22:53 |
|
Target Version | 7.5.0 => 7.6.0 |
2021-04-19 18:23 |
|
Relationship added | related to 0032210 |
2021-08-29 19:24 |
|
Target Version | 7.6.0 => 7.7.0 |
2022-10-24 10:41 |
|
Target Version | 7.7.0 => 7.8.0 |
2023-08-01 15:08 | dpasukhi | Target Version | 7.8.0 => Unscheduled |