Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/21/2024 in all areas

  1. I've now updated my Dimension Overlap program to version 1.3 to incorporate a selection prompt.
    1 point
  2. @Steven P The code gave me some odd behaviour due to this: Note: If the target file already exists, this function fails. Managed to solve it with this function for now: (defun is-file-locked (file-path) (setq file (open file-path "w")) ; Try to open the file in write mode (if file (progn (close file) ; If successful, close the file nil) ; Not locked t) ; If failed, it is locked )
    1 point
  3. Looking at your video you need to reset the osnap value if you want pick a circle only, the video shows perp and quad be looked for when it appears you only want center. Then aperture problem should go away but you do need to get near the circle object to find a center (setvar 'osmode 4). In some of my code I reset the osnaps multiple times and at the end reset to user defaults. I see it as a simple fix.
    1 point
  4. I would advise visiting the site of the grand master of lisp Lee Mac and try to use his batch find and replace. https://lee-mac.com/bfind.html
    1 point
  5. I found this ancient thread: https://www.cadtutor.net/forum/topic/20-telephone-cord/ Almost 20 years ago I drew phone cords. These days I use wireless. Unfortunately the image from my first post is missing...
    1 point
×
×
  • Create New...