-
Re: Angle entry format in decimal DMS
In a lisp you can do what you want. it looks at what is input, 55.4523 you can rearrange it. The lisp has functions like those built in to Bricscad. ; (defun rtd (a) (/ (* a 180.0) pi) ) (setq ang_an…2 -
Re: Error about icons
😀 I use toolbars making my own icons or using some of the inbuilt ones. I avoid the Ribbon as you have to use the CUI editor which I find a pain to use I have often thought about making Ribbon menus …1 -
Re: Inserting + combining many, many mapping DWGs to exact co-ordinates in a single file
Have at times looked at this task and thought one way around it using grids, click on a grid and the correct map is inserted if it exists. Bring all maps in may make a huge dwg which is not needed. T…1 -
Re: Inserting + combining many, many mapping DWGs to exact co-ordinates in a single file
Like Jason's suggestion, I had a dwg "where is that person" a staff map with around 60 images each image was labelled as the phone number, in the dwg where phone number blocks. The image wo…1 -
Re: Lisp code for inserting the Block
For Standard items I use pop menu's, a lot of people use Tool palettes.1
