lookup state error

lookup state error

zweiser
Contributor Contributor
169 Views
2 Replies
Message 1 of 3

lookup state error

zweiser
Contributor
Contributor

I am trying to recreate what I did for the screw block on the right.

the block on the left should change visibilities consistently, but when it it stretched at a lower distance from 2", too 2" it does not work, but will work from a higher distance from 2" too 2"

 

0 Likes
Accepted solutions (1)
170 Views
2 Replies
Replies (2)
Message 2 of 3

Libbya
Mentor
Mentor
Accepted solution

It's because you have the parameter drawn at 2.00001132 and the list value is 2.00001132, but the lookup value is 2.00000000.  That discrepancy means that the value of the parameter never matches the value of the lookup.  Set the system variable LUPREC to 8 to see the discrepancy.  I actually have a LISP routine in my startup suite that (among other things) ALWAYS changes LUPREC to 8 as there is no reason to have it set lower.

0 Likes
Message 3 of 3

zweiser
Contributor
Contributor

That fixed it, thank you. I had my precision not that high, I would have never thought about that

0 Likes