Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/14/2021 in all areas

  1. 1 point
  2. If you don't want to use "vl-cmdf" try the following. (foreach ent (vl-remove-if 'listp (mapcar 'cadr (ssnamex gru))) (entdel ent) ) or (repeat (setq i (sslength gru)) (entdel (ssname ss (setq i (1- i)))) )
    1 point
  3. The question was asked here already : https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-copy-a-dictionary-from-one-entity-to-a-new-one/td-p/10465008 I think the goal OP wants to achieve is not to bind the same extension dictionary to 2 different entities, but to replace one that have this data (points) with another (block) that would be placed at the same location and inherit extension dictionary from sources... But Roy_043, I think you answered on OP's question in the title, thanks...
    1 point
  4. Two entities cannot reference the same extension dictionary.
    1 point
  5. https://civilsitedesign.com/ For Autocad, Civ3D and Bricscad.
    1 point
  6. https://www.cad3d.it/forum1/threads/autosez-2-sezioni-e-profili-del-terreno-estrazione-automatica.17601/
    1 point
×
×
  • Create New...