mtext lisp


bobik_123

Recommended Posts

Dzień dobry

Korzystamy z lispa przesuwającego pewne rzeczy rysunku "na górę". wymiary, teksty wieloliniowe, odnośniki i wybrane warstwy.

Zaktualizowaliśmy Zwcada z 2020 do 2024 i zauważyłem, że zmieniona została funkcja mtext. Zatem funkcja dla mtekstów nie działa, dla pozostałych jest ok. Fragment lispa:

Cytat

(setq s1 (ssget "X" (list (cons 0 "dimension") )))        ;wymiar
(setq s2 (ssget "X" (list (cons 0 "mtext") )))               ;mtekst        
(setq s3 (ssget "X" (list (cons 0 "multileader"))))       ;odnośnik wieloliniowy

(command "_ai_draworder" "_front"s1"")        
(command "_ai_draworder" "_front"s2"")
(command "_ai_draworder" "_front"s3"")

"dimension" i "multileader" dalej działają, "mtext" już nie. Dodam, że dla nas jest to ogromne ułatwienie, bo wszystkie elementy tekstowe mapy od geodety czy z ośrodków są tekstem, także one pozostają "na dole". Ktoś pomoże?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...