View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000497 | FreeCAD | Bug | public | 2011-11-27 16:06 | 2011-11-28 13:44 |
| Reporter | peepsalot | Assigned To | wmayer | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 0.12 | ||||
| Summary | 0000497: FreeCAD crashes when calling Part.makeFilledFace with list of lines | ||||
| Description | Ran into this problem in a script I was writing and took me a while to narrow down the exact line since it crashed every time. I now realize you have to call makeFilledFace with a list of Edges, and not Lines but regardless, this exception should be handled more gracefully than an instant crash. Python example to reproduce follows: from FreeCAD import Base p1 = Base.Vector(-10,0) p2 = Base.Vector(0,10) p3 = Base.Vector(10,0) Part.makeFilledFace([Part.Line(p1,p2), Part.Line(p2,p3), Part.Line(p3,p1)]) | ||||
| Additional Information | FreeCAD .12 revision 4830 (Launchpad) Ubuntu Linux 11.10 64bit | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-11-27 16:06 | peepsalot | New Issue | |
| 2011-11-27 18:04 |
|
Note Added: 0001358 | |
| 2011-11-27 18:04 |
|
Assigned To | => wmayer |
| 2011-11-27 18:04 |
|
Status | new => acknowledged |
| 2011-11-28 13:44 | wmayer | Note Added: 0001368 | |
| 2011-11-28 13:44 | wmayer | Status | acknowledged => closed |
| 2011-11-28 13:44 | wmayer | Resolution | open => fixed |
| 2011-11-28 13:44 | wmayer | Fixed in Version | => 0.12 |
FreeCAD