View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002518 | FreeCAD | Feature | public | 2016-04-22 20:30 | 2016-05-05 15:14 |
| Reporter | sliptonic | Assigned To | wmayer | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Platform | All | OS | All | OS Version | All |
| Fixed in Version | 0.17 | ||||
| Summary | 0002518: Propertylink enhancement. | ||||
| Description | In Python Feature object, I need to store reference to multiple subelements of multiple objects like: [(obj1, ['Edge1', 'Edge2', 'Edge3']), (obj2, ['Face1', 'Face2'])] Currently it's only possible to store one parent with multiple subs: PropertyLinkSub or multiple parents, each with one sub: PropertyLinkSubList | ||||
| Additional Information | http://forum.freecadweb.org/viewtopic.php?f=10&t=15167 | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
FreeCAD: master f5b48a63 2016-05-05 17:12:17 Details Diff |
+ fixes 0002518: Propertylink enhancement. |
Affected Issues 0002518 |
|
| mod - src/App/FeatureTest.cpp | Diff File | ||
| mod - src/App/FeatureTest.h | Diff File | ||
| mod - src/App/PropertyLinks.cpp | Diff File | ||
| mod - src/App/PropertyLinks.h | Diff File | ||
| mod - src/Gui/Selection.h | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-04-22 20:30 | sliptonic | New Issue | |
| 2016-04-22 20:33 | wmayer | Assigned To | => wmayer |
| 2016-04-22 20:33 | wmayer | Status | new => assigned |
| 2016-05-05 15:13 | wmayer | Changeset attached | => FreeCAD Master master f5b48a63 |
| 2016-05-05 15:13 | wmayer | Status | assigned => closed |
| 2016-05-05 15:13 | wmayer | Resolution | open => fixed |
| 2016-05-05 15:14 | wmayer | Fixed in Version | => 0.17 |
FreeCAD