Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/06/2025 in all areas

  1. THANK YOU. ITS WORKING PROPERLY
    1 point
  2. @smitaranjan OK this is a bit more involved for the layout select - Give this a try: I'm using Lee Mac's List Box V1.2 for the layout select dialog: https://www.lee-mac.com/listbox.html (defun c:LLINK (/ ch e ll ly ss) (vl-load-com) (initget "Select All") (if (not (setq ch (getkword "\nSelect a Single Layout or All [Select/All] <Select>: ")))(setq ch "Select")) (cond ((= ch "Select") (setq ll...
    1 point
  3. Please place code in code tags! (<> in the editor toolbar)
    1 point
  4. Set DIMZIN to 0 before using rtos and then restore its original value.
    1 point
  5. Thanks everyone for the replies I understand that importing external DWG files with Entmake is very difficult, maybe not even possible. Many people (like you @pkenewell, thanks) have suggested me vla-InsertBlock, which I tried and it works. I will use that one. Thanks again Riccardo Ferrari
    1 point
  6. To remove those pesky legacy color tags in forum code I use this regex in Notepad++ : \[.*?\] The "Find what" box should contain \[.*?\] The "Replace with" box should be kept empty. The "Wrap around" option should be selected The "Search Mode" should be set to "Regular Expression". Hitting the "Replace All" button will remove everything within Square Brackets including the brackets.
    1 point
×
×
  • Create New...