Fusion360 Api- data race condition

Fusion360 Api- data race condition

Anonymous
Not applicable
303 Views
0 Replies
Message 1 of 1

Fusion360 Api- data race condition

Anonymous
Not applicable

I have a coordinate list that is in another thread and now when trying to transfer the points from that list to Fusion360, the software is crashing. Is there any locking mechanism available in Fusion360 Api to avoid data race condition?


This is the sample condition i have:

for
 index in range(len(objList):

        line1 = lines.addByTwoPoints(prevPoint, adsk.core.Point3D.create(objList[index][0], objList[index][1], 0))


0 Likes
304 Views
0 Replies
Replies (0)