View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0026362 | Community | OCCT:Modeling Algorithms | public | 2015-06-22 17:31 | 2015-06-25 13:07 |
| Reporter | martinsiggel | Assigned To | bugmaster | ||
| Priority | normal | Severity | major | ||
| Status | closed | Resolution | no change required | ||
| Summary | 0026362: BRepOffsetAPI_ThruSections creates invalid solid | ||||
| Description | Creating a solid loft with using BRepOffsetAPI_ThruSections two planar wires produces faulty solid. The both side faces (which are required to create the solid) are missing. Still, the algorithm does not return any error. | ||||
| Steps To Reproduce | pload ALL restore w1.brep w1 restore w2.brep w2 # both wires are fine and planar by design checkshape w1 checkshape w2 thrusections res 1 1 w1 w2 # invalid solid, side faces missing checkshape res | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
|
|
|
|
|
Really, wires w1 and w2 are not planar with tolerance 1.e-7 (tolerances of edges), but only with tolerance ~.003, so algorithm cannot build first and last planar faces to close solid. |
|
|
Dear bugmaster, according to the above comment this is not a bug. So, I propose to close this bug. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-06-22 17:31 | martinsiggel | New Issue | |
| 2015-06-22 17:31 | martinsiggel | Assigned To | => msv |
| 2015-06-22 17:31 | martinsiggel | File Added: occt-bug.zip | |
| 2015-06-23 09:36 |
|
Assigned To | msv => ifv |
| 2015-06-23 14:05 |
|
Note Added: 0042348 | |
| 2015-06-23 14:05 |
|
Assigned To | ifv => msv |
| 2015-06-23 14:05 |
|
Status | new => resolved |
| 2015-06-24 11:04 |
|
Resolution | open => no change required |
| 2015-06-24 11:05 |
|
Note Added: 0042401 | |
| 2015-06-24 11:05 |
|
Assigned To | msv => bugmaster |
| 2015-06-24 11:06 |
|
Status | resolved => reviewed |
| 2015-06-24 15:24 |
|
Status | reviewed => tested |
| 2015-06-25 13:07 | bugmaster | Status | tested => closed |