Hi,
Can anyone tell me how to convert odd numbers in to even numbers in LISP?
I have a lisp routine which returns both even and odd numbers (0,1,2,3 up to 9) and I need to return and function that will round the figure down to the nearest even number, e.g.: 1 to 0, 3 to 2 etc.
Can anyone help...
Hi,
Is it possible to convert a LISP routine in to VBA routine? I have only a little knowledge of LISP and VBA. (I understand what it’s doing, but I am not sure how to write it)
We currently have a routine that inserts XREF's of OS mapping in to a drawing by the user selecting a point on the...
Hi,
Does any one known how to extract the start and finsh X,y coords and total length data from all polylines in a drawing and save data in .xls format?
I think it can be done through Lisp or VBA routines but don't know how, any help would be great.
Thanks
Dan
Hi,
I need a lisp routine to create chainage marks along a polyline - does anyone have one or know where a can get one from?
I need to be able to specify the Start chainage (text), interval, prefix, scale and precision - I think that’s it.
Thanks
Dan
Hi,
We currently have a LISP routine that inserts our OS-map drawing tiles - It works by us clicking on screen the area where we want the mapping (coordinates) and it then inserts the correct one.
However it only works from one Folder, so is there a way to make it search through multiple folders...
I am using AutoCad 2002 with Map6 and would like to know if there is anyway of copying all of the Object data assocated with one object to another?
Thanks...
Hi,
Does anyone know a quick/easy-automated way in which I could combine 20+ drawings into just one drawing?
I though maybe a Lisp routine that will automatically xref all the drawings contained in a certain folder.
Thanks...