-
Adding a [x, y, z] value to an [x, y] value
Is there an easy way to add an [x, y, z] value to an [x, y] value?
You get the error “result must be of dimension 2, not 3”. Is there a way to check the length of the property so that only the [x] and [y]s are added together and the [z] is ignored?
I can’t seem to figure out an easy way to do this.
Thanks,
-Jay