Ilogic rule for capturing all the information of the model.
How can I do with ilogic to create a rule that is model independent? When the model is opened and the rule is executed, it will automatically read the operations and parameters for me and start the rule. The idea I have in mind is that the names are stored in an array 1st column operations 2nd column name of the parameter and 3rd value of the parameter. So going through all the rows of the array I can access each parameter without having to use the name given by the user. There is also a better way, I do not know, I know other programming languages better, this is the idea I have. Can you help me?
What you're asking for, whilst technically possible, is a BIG ask; what exactly do you want to capture about the part/assembly?