Manipulation of Arrays

Issue #101 resolved
Benjamin Blasen created an issue

Is there a way to get a sum of a variable amount of values from an array? Or to build upon the value already assigned to a variable?

For example, I am using a Repeat command to place multiple objects at an X distance from a starting point. To calculate the X position of the next set of objects, I need to know how far the existing objects have already been placed. I could do this with something like "X1 = X1+new_spacing" or I have tried to build an array which does something similar. Please see my "Stud Placement" library object, the parameter "xd" is what I'm trying to automate.

Comments (5)

  1. Log in to comment