Help with site tag lisp

Help with site tag lisp

DC-MWA
Collaborator Collaborator
1,371 Views
15 Replies
Message 1 of 16

Help with site tag lisp

DC-MWA
Collaborator
Collaborator

Hi all,

We have a little lisp we use for tagging vicinity maps. It was hacked together by me from a lisp I received from a friend. My lisping skills are limited to say the least.

The issue is we have to pick to the right or it fails. So we pick to the right and mirror the tag. This seems minor, but in our office, every additional click adds up.

At one point I used pt1 and pt6 for the solid, but the shadow is backwards and it looks wrong.

See image for clarification.

DC-MWA_0-1601995422199.png

 

The lisp is attached.

As usual, thank you in advance for any assistance received. 

-dc

 

 

0 Likes
Accepted solutions (1)
1,372 Views
15 Replies
Replies (15)
Message 2 of 16

CodeDing
Advisor
Advisor

@DC-MWA ,

 

Is it not possible for you to use a block instead? Seems more practical to me. See attached.

 

Best,

~DD

Message 3 of 16

Kent1Cooper
Consultant
Consultant
Accepted solution

Try the attached.  Minimally tested.  It sets a 'pointleft' variable which is T or nil depending on whether the pointer is to the left of the label, and uses that to decide which way to go for other point variables.

Kent Cooper, AIA
0 Likes
Message 4 of 16

DC-MWA
Collaborator
Collaborator

This is perfect. Thank you.

0 Likes
Message 5 of 16

Sea-Haven
Mentor
Mentor

Have you looked at a dynamic block so could have 4 visibilty states 2 left 2 right taking into account up or down of selected point. Need a smarter person than me for dynamic block.

 

To Kent very nice.

0 Likes
Message 6 of 16

DC-MWA
Collaborator
Collaborator

I do use dynamic blocks for certain tasks. I already had the lisp that we've been using so it made sense use the lisp.

Thanks for your input

😉

0 Likes
Message 7 of 16

ronjonp
Mentor
Mentor

@Sea-Haven wrote:

Have you looked at a dynamic block so could have 4 visibilty states 2 left 2 right taking into account up or down of selected point. Need a smarter person than me for dynamic block.

 

To Kent very nice.


Also see THIS .. even simpler dynamic block 😎

Message 8 of 16

CodeDing
Advisor
Advisor

@DC-MWA ,

 

Here, give this one a chance at least. Improved from the first one. This is definitely what you're looking for (see attached).

 

Best,

~DD

Message 9 of 16

ronjonp
Mentor
Mentor

@CodeDing wrote:

@DC-MWA ,

 

Here, give this one a chance at least. Improved from the first one. This is definitely what you're looking for (see attached).

 

Best,

~DD


Nice 🍻

2020-10-07_20-03-45.gif

Message 10 of 16

DC-MWA
Collaborator
Collaborator

You have my attention sir!

0 Likes
Message 11 of 16

DC-MWA
Collaborator
Collaborator

Can you attach this version that seems to get the shadow flip right?

0 Likes
Message 12 of 16

ronjonp
Mentor
Mentor

@DC-MWA wrote:

Can you attach this version that seems to get the shadow flip right?


It's HERE.

Message 13 of 16

DC-MWA
Collaborator
Collaborator

Thank you. on my 1st cup this morning.

This is very cool and a great learning tool for the power of dynamic blocks.

0 Likes
Message 14 of 16

CodeDing
Advisor
Advisor

smh

 

i feel like a ghost with OP ignoring me this whole thread 👻

 

Thanks for being my voice @ronjonp 

0 Likes
Message 15 of 16

ronjonp
Mentor
Mentor

@CodeDing wrote:

smh

 

i feel like a ghost with OP ignoring me this whole thread 👻

 

Thanks for being my voice @ronjonp 


🍻

0 Likes
Message 16 of 16

DC-MWA
Collaborator
Collaborator

I apologize. I should have been paying attention closer to whom is sending what.

Frankly, I got a little excited.

Thank you very much for assistance and time.