- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey, kind of a strange question, but...
Is there a way to modify the values of an asset's key parameters through iLogic?
Here's the scenario:
I'm trying to make a factory layout template that can build layouts using information stored in an excel file. Right now, I am sending the parameters directly to components using commands like:
Parameter("asset:1", "keyparam") = value
This works great, unless there happens to be two or more instances of the same asset with different key parameters (ie 2 of the same ladder asset with different heights, etc) in which case any parameter changes affects all instances of that asset. You can change the same parameters manually with no problems though the "Factory Properties" Palette, but that kinda defeats the purpose of what I'm trying to do. I've noticed that as soon as one parameter is changed in the Palette, all the other parameters in that asset can be independently modified through iLogic with no problems, which is interesting. Is there any way to simply send values directly to the palette through iLogic? Or some other work around?
Thanks in advance
Solved! Go to Solution.