Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/27/2020 in all areas

  1. Hint: (-4 . "<OR") ... (-4 . "OR>")
    2 points
  2. (setq ss1 (ssget '((0 . "text,mtext") (-4 . "<NOT") (1 . "Screw") (-4 . "NOT>") ) ) )
    2 points
  3. Example: (setq lst '("Screw" "Hole" "pin")) (setq ss1 (ssget (append '((0 . "text,mtext") (-4 . "<NOT") (-4 . "<OR")) (mapcar '(lambda (u) (cons 1 u)) lst) '((-4 . "OR>") (-4 . "NOT>")) ) ) )
    1 point
  4. Thinking a bit more its easily solved if you use is pline clockwise or anti, you can use Reveres to do just that on the pline. Then can use vertices as internal angle is always +90. Need though arc to be done differently. I have a check anti but I need a better one. Your other question (foreach pt lst (Command "circle" pt 3))
    1 point
  5. Hi @Emmanuel Delay; thanks for this. Will try tomorrow as I do not have AutoCAD at home.
    1 point
×
×
  • Create New...