Jump to content

Leaderboard

  1. Tharwat

    Tharwat

    Trusted Member


    • Points

      3

    • Posts

      7,382


  2. Lee Mac

    Lee Mac

    Trusted Member


    • Points

      2

    • Posts

      21,014


  3. BIGAL

    BIGAL

    Trusted Member


    • Points

      1

    • Posts

      19,668


  4. CAD_Noob

    CAD_Noob

    Community Member


    • Points

      1

    • Posts

      152


Popular Content

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

  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...