Bonding compound wall material to instance parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
revit newbie here (and english it's not my native tongue, so i'll try to be as clear as possibile), i'm trying to figure out, for scheduling purpouse, if it was possible to "bond" the compund layers material's to an "exposed" instance parameter for a given element.
i'll try to be more specific by providing an example:
let's say i've a compund wall made by: finishing1, structure, finishing2
i've already created "n" instance parameters called ".01" ".02" ".03"-->".n"
would it be possibile (using, i think, global params) to show in the element properties the layer material like ".01=finishing1" ".02=structure" ".03=finishing2"?
i've figured it out a solution by using dynamo, but it is not a real "bonding" but something more like a "print"; so it is not a continuos relation, but just a text value: if i change "structure" with "substrate" the ".02" parameter will show the previous value until i run the dynamo script again.
after some days of trial and error i've almost gave up, but i just want to be sure that there's no way to get to this behavior.
p.s.: my final goal is not a bidirectional bonding. i don't want to be able to modify the compound wall material by the instance properties, i just want to be able to "read" the material without needing to enter in the compund structure view.
thanks for your time.