Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/07/2022 in all areas

  1. Like rlx loop through all the layouts ignore the one called "Model" then get the table/s and use ssadd to make final selection set. Mihail post again if want code for "any layout".
    1 point
  2. if layout has another name its likely to fail so if layout is active you could retrieve current tab or cycle through all layouts
    1 point
  3. If its getting a table from "Model" space then its ignoring this (410 . "Layout*") Maybe use this, limited testing. Returned correct number. (if (not (setq ss (ssget "_X" (list (cons 0 "ACAD_TABLE")(cons 410 "Layout*")))))
    1 point
×
×
  • Create New...