Archived discussion

ShapeAnalysis_Wire bug

ModelingTue, 11/24/2020 - 07:530 replies

Browse this forum
QuestionAuthor

Hello Team,
Looks like there is a bug in code:

Standard_Boolean ShapeAnalysis_Wire::CheckConnected(...)
{
...
TopoDS_Vertex V1 = sae.LastVertex (E1);
TopoDS_Vertex V2 = sae.FirstVertex (E2);
...
if (V1.IsSame(V2)) return Standard_False;
...
}

Am I right?
Thanks.
With respects, Author.

Discussion

No archived replies

Posts are displayed in their archived order.