View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003454 | Path | Feature | public | 2018-05-03 14:57 | 2019-02-11 10:47 |
| Reporter | sliptonic | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | won't fix | ||
| Product Version | 0.18 | ||||
| Summary | 0003454: Implement a BoundingBox and python interface for a Path object | ||||
| Description | There are cases in Python where it would be useful to get the boundingbox of an existing path. This is not possible right now. | ||||
| Steps To Reproduce | Import a gcode file. Select the path object and toggle the boundingbox visibility on. The boundingbox is shown. However, you can't access the bounding box from python. | ||||
| Additional Information | According to yorik, the fix is relatively simple. Current implementation is in: Gui/ViewProviderPath.cpp recomputeBoundingBox() 1) in Path.h / Path.cpp implement a getBoundBox() that returns a Base::BoundBox3d 2) move the code of ViewProviderPath::recomputeBoundingBox() into it 3) call that new function from inside ViewProviderPath::recomputeBoundingBox() instead 4) implement a py getBoundBox() in PathPy | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-05-03 14:57 | sliptonic | New Issue | |
| 2018-05-06 23:14 | mlampert | Note Added: 0011233 | |
| 2019-01-22 05:08 | sliptonic | Status | new => assigned |
| 2019-01-22 05:08 | sliptonic | Target Version | 0.18 => 0.19 |
| 2019-01-22 05:09 | sliptonic | Status | assigned => closed |
| 2019-01-22 05:09 | sliptonic | Resolution | open => won't fix |
| 2019-02-11 10:47 | Kunda1 | Target Version | 0.19 => |
FreeCAD