TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: HasanCAD on January 18, 2024, 04:13:55 AM

Title: Lee lisp FieldObjects not working in some files
Post by: HasanCAD on January 18, 2024, 04:13:55 AM
I am wondering the lisp is working in most of files and not working in few numbers of files.

error
Code - Auto/Visual Lisp: [Select]
  1. Select field:
  2. Press any key to exit...
Lee lisp
http://lee-mac.com/fieldobjects.html

The cad file attached.

Thanks for your help
Title: Re: Lee lisp FieldObjects not working in some files
Post by: CodeDing on January 18, 2024, 11:30:33 AM
HasanCAD,

It is working, but you just need to zoom out really far to see it (see attached image 'DifferentAreas').

This is happening because you are using a custom UCS that the program its not accounting for.
If you run the "UCS" command, then select the "World" option to reset the UCS, then it will appear correctly (see attached image 'AfterUCSReset')
Title: Re: Lee lisp FieldObjects not working in some files
Post by: HasanCAD on January 19, 2024, 07:57:40 AM
Thanks CodeDing
Working good