Dear all,
I am trying to create a set of RP with Python. I have different rigid bodies and I need to add BC to a given set.
I have tried getbyBoundingBox, but with no results.
I saw this answer but i think something is wrong:
refPoints1=[0]*size
j=0
for i in range(start,end,interval)...