View Issue Details

IDProjectCategoryView StatusLast Update
0002518FreeCADFeaturepublic2016-05-05 15:14
Reportersliptonic Assigned Towmayer  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
PlatformAllOSAll OS VersionAll
Fixed in Version0.17 
Summary0002518: Propertylink enhancement.
DescriptionIn 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 Informationhttp://forum.freecadweb.org/viewtopic.php?f=10&t=15167
TagsNo tags attached.
FreeCAD Information

Activities

There are no notes attached to this issue.

Related Changesets

FreeCAD: master f5b48a63

2016-05-05 17:12:17

wmayer

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

Issue History

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