Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/28/2022 in all areas

  1. @exceed looking at your gif, I suppose, you could avoid selecting twice... Perhaps, consider something like this (given the fact that one group of text entities is with starting syntax "CH*" (chainage) )... ... (setq sstxt (ssget "_:L" '((0 . "TEXT")))) ;;; only single selection needed ;;; (setq ss1 (ssget "_P" '((1 . "CH*")))) ... (sssetfirst nil sstxt) (setq ss2 (ssget "_I" '((1 . "~CH*")))) ... Altentatively for ss2, you could also use (acet-ss-remove) function with sstxt and ss1...
    1 point
  2. Thanks all for your help lisp are work fine
    1 point
  3. Why are you needing to do this stretch maybe?
    1 point
  4. Need lots more details what is a 3D groundpoly ? If its a 3dpoly then can ssget all 3dpoly's and compare min Z.
    1 point
×
×
  • Create New...