View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0031978 | Community | [OCCT] OCCT:Shape Healing | public | 2020-12-04 10:54 | 2020-12-04 11:53 |
|
Reporter | EugeneZ | |
Assigned To | gka | |
Priority | normal | Severity | major | |
Status | new | Resolution | open | |
Platform | Windows | OS | VC++ 2015 | OS Version | 64 bit |
Product Version | [OCCT] 7.5.0 | |
Target Version | [OCCT] 7.6.0* | Fixed in Version | | |
|
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 | |
|
Attached Files | |
|