Hello,
I am creating a conveyor system using a code. I have 3 mains questions:
1)using the code, I am able to create the conveyor. however, when I reset the model, it erases all the properties that I have set using the code.
could you help me to understand what is happening and fix it?
2) where could I access the list of all properties of a conveyor. below are some properties that I have found in library/conveyor/conveyor/properties. however, if you look at the three, the properties "StartLocation", "EndLocation", "SetZ", and many others don't exist. Where can we find the complete list of properties that can be set using the method "setProperties"
3) since I am creating a power free conveyor, how can I use ""setProperty"" or other method to set the catch condition which is: (item.size.x > 12) ? (dogNum % 4 == 0) : 1
here is the model