That's what I thought, too, but I don't know how to write the formula in the variable table.I would make a formula on the distance of the edge block. something like > 90 then the distance is 0 if < 90 then the distance is the thing of the angle * radius.
Hi.
I think I have responded here on the forum at least a couple of times to this question.That's what I thought, too, but I don't know how to write the formula in the variable table.
I had also asked another question (on how to set relationships with the condition if....) but I did not have an answer or I did not understand where to look. . .
=abs(a=20)*150
if a is = 20 the result of the formula will be 150, otherwise 0
=abs(angle>90)*cos(angle)*rage
if angle is greater than 90 the result of the formula will be the angle cosine multiplied by the radius otherwise 0