View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0031978 | Community | OCCT:Shape Healing | public | 2020-12-04 10:54 | 2023-08-01 15:06 |
Reporter | EugeneZ | Assigned To | |||
Priority | normal | Severity | major | ||
Status | new | Resolution | open | ||
Platform | Windows | OS | VC++ 2015 | ||
Product Version | 7.5.0 | ||||
Target Version | Unscheduled | ||||
Summary | 0031978: Shape Healing - Wrong decision about connected edge in ShapeAnalysis_Wire | ||||
Description | Standard_Boolean ShapeAnalysis_Wire::CheckConnected (const Standard_Integer num, const Standard_Real prec) { ... ShapeAnalysis_Edge sae; TopoDS_Vertex V1 = sae.LastVertex (E1); TopoDS_Vertex V2 = sae.FirstVertex (E2); ... if (V1.IsSame(V2)) return Standard_False; // strange to return FALSE ... } | ||||
Steps To Reproduce | Create simple a couple of connected edges and try to use ShapeAnalysis_Wire by method CheckConnected. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-12-04 10:54 | EugeneZ | New Issue | |
2020-12-04 10:54 | EugeneZ | Assigned To | => msv |
2020-12-04 11:21 | kgv | Target Version | => 7.6.0 |
2020-12-04 11:21 | kgv | Summary | Wrong decision about connected edge in ShapeAnalysis_Wire => Modeling Algorithms - Wrong decision about connected edge in ShapeAnalysis_Wire |
2020-12-04 11:21 | kgv | Description Updated | |
2020-12-04 11:53 |
|
Assigned To | msv => gka |
2020-12-04 11:53 |
|
Category | OCCT:Modeling Algorithms => OCCT:Shape Healing |
2020-12-04 11:53 |
|
Summary | Modeling Algorithms - Wrong decision about connected edge in ShapeAnalysis_Wire => Shape Healing - Wrong decision about connected edge in ShapeAnalysis_Wire |
2021-11-01 18:13 |
|
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 |