View Issue Details

IDProjectCategoryView StatusLast Update
0021610Open CASCADEOCCT:Modeling Algorithmspublic2010-03-10 12:38
ReporterdmvAssigned Toskl 
PrioritynormalSeveritytrivial 
Status closedResolutionunable to reproduce 
OSAll 
Summary0021610: ShapeFix failed on attached edges.
DescriptionThis bug from "Salome" mantis issue 0020731: EDF 1302
Mandriva 2008.64 CASCADE 6.3 sp8

Create wire from attached brep edges: Edge_13, Edge_15, Edge_14 (the order is
mandatory)

TopoDS_Wire aWire;
B.MakeWire(aWire);
B.Add(aWire, Edge_13);
B.Add(aWire, Edge_15);
B.Add(aWire, Edge_14);

// try to fix order and try FixConnected
Handle(ShapeFix_Wire) aFW = new ShapeFix_Wire;
aFW->Load(aWire);
aFW->FixReorder();
aFW->FixConnected(aTolerance);
//aFW->StatusConnected(ShapeExtend_FAIL) returns true!

P.S. Try the same for all(5) attached edges (in different orders)
TagsNo tags attached.
Test case number

Attached Files

Activities

2010-03-04 12:10

 

edges.tar (551 bytes)

Issue History

Date Modified Username Field Change
2010-03-09 10:37 bugmaster Assigned To bugmaster => skl
2010-03-09 10:37 bugmaster Status new => assigned
2010-03-10 11:58 skl Status assigned => resolved
2010-03-10 12:38 bugmaster CC => dmv
2010-03-10 12:38 bugmaster Status resolved => closed
2010-03-10 12:38 bugmaster Resolution @0@ => unable to reproduce
2011-08-02 11:31 bugmaster Category OCCT:MOA => OCCT:Modeling Algorithms