Jump to content

Leaderboard

  1. steven-g

    steven-g

    Trusted Member


    • Points

      2

    • Posts

      2,762


  2. Tharwat

    Tharwat

    Trusted Member


    • Points

      1

    • Posts

      7,382


  3. ronjonp

    ronjonp

    Trusted Member


    • Points

      1

    • Posts

      2,524


  4. RepCad

    RepCad

    Community Member


    • Points

      1

    • Posts

      204


Popular Content

Showing content with the highest reputation on 03/28/2020 in Posts

  1. Many thanks to Tharwat and ronjonp.
    1 point
  2. Quick test and this works too (case sensitive of course). (setq ss1 (ssget (append '((0 . "text,mtext")) (mapcar '(lambda (u) (cons 1 (strcat "~" u))) '("Screw" "Hole" "pin")) ) ) )
    1 point
  3. You're welcome anytime. (setq lst '("Screw" "Hole" "pin")) (setq ss1 (ssget (append '((0 . "text,mtext")) (list (cons 1 (apply 'strcat (mapcar '(lambda (u) (strcat u ",")) lst)))) ) ) )
    1 point
  4. Thanks David, It would be great if you could install a coffee machine. I really miss that
    1 point
  5. Are the areas closed? You can run a macro created in Excel to do what you need for hundreds of hatches but if there are any non 'closed' areas it will break the chain of commands. If you are sure all areas are closed then post a sample of the excel data, it will probably need sorting into a different order, it will be easier to explain with a sample to work from.
    1 point
×
×
  • Create New...