View Issue Details

IDProjectCategoryView StatusLast Update
0028700Open CASCADEOCCT:Modeling Algorithmspublic2023-08-01 15:08
ReportermsvAssigned Togka 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version7.1.0 
Target VersionUnscheduled 
Summary0028700: BRepBuilderAPI_Sewing produces too small edge covered by its vertices
DescriptionThis 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 Reproducetests\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
TagsNo tags attached.
Test case numberbugs modalg_7 bug28700_1, bug28700_2, bug28700_3, bug28700_4, bug28700_5

Relationships

related to 0032210 newmsv Modeling Algorithms - Rudimentery small edges 

Activities

msv

2017-04-28 16:09

developer   ~0065644

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"
  }
}

apv

2017-08-29 11:26

tester   ~0070034

Problem described in issue is reproduced on current state of OCCT.

ski

2018-04-17 16:21

developer   ~0075486

Branch CR28700 was created by mistake.

Issue History

Date Modified Username Field Change
2017-04-28 16:07 msv New Issue
2017-04-28 16:07 msv Assigned To => gka
2017-04-28 16:09 msv Note Added: 0065644
2017-07-24 09:22 msv Target Version 7.2.0 => 7.3.0
2017-08-29 11:26 apv Test case number => bugs modalg_7 bug28700_1, bug28700_2, bug28700_3, bug28700_4, bug28700_5
2017-08-29 11:26 apv Note Added: 0070034
2017-12-05 16:59 msv Target Version 7.3.0 => 7.4.0
2018-04-17 16:21 ski Note Added: 0075486
2019-08-12 17:45 msv Target Version 7.4.0 => 7.5.0
2020-09-14 22:53 msv Target Version 7.5.0 => 7.6.0
2021-04-19 18:23 asuraven Relationship added related to 0032210
2021-08-29 19:24 msv Target Version 7.6.0 => 7.7.0
2022-10-24 10:41 szy Target Version 7.7.0 => 7.8.0
2023-08-01 15:08 dpasukhi Target Version 7.8.0 => Unscheduled