View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0021610 | Open CASCADE | OCCT:Modeling Algorithms | public | 2010-03-04 12:10 | 2010-03-10 12:38 |
| Reporter | Assigned To | ||||
| Priority | normal | Severity | trivial | ||
| Status | closed | Resolution | unable to reproduce | ||
| OS | All | ||||
| Summary | 0021610: ShapeFix failed on attached edges. | ||||
| Description | This 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) | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| 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 |
|
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 |