Python Forum
Data not being set by x.Set() - Revit
Thread Rating:
  • 4 Vote(s) - 2.25 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Data not being set by x.Set() - Revit
#4
I think you'd have better luck asking the Dynamo/Revit community directly.

For anyone else who stumbles in here, Dynamo is: https://github.com/DynamoDS/Dynamo
And Revit looks like it's maybe the same thing, but built by AutoDesk: https://www.autodesk.com/products/revit/overview

And getting them to work together requires the Dynamo for Revit plugin: https://github.com/DynamoDS/DynamoRevit

UnwrapElement looks like it takes a Dynamo element, and returns the raw Revit element (which makes it faster and has more features or something, but then Dynamo stops tracking changes to it). The only way for Dynamo to know there's been changes to unwrapped elements is if there's a transaction (which it looks like OP is using).

I don't know what LookupParameter is/does, or what .Set() should do on whatever it returns, and how that process interacts with unwrapped elements.
Reply


Messages In This Thread
Data not being set by x.Set() - Revit - by raswart - Jan-11-2019, 07:16 AM
RE: Data not being set by x.Set() - Revit - by nilamo - Jan-14-2019, 04:22 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020