• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

insert notes in objects and recall them with hyperlink

  • Thread starter Thread starter joe
  • Start date Start date

joe

Guest
(defun c:comment ( / ss)
(prompt "select objects to comment: "
(setq ss)
(command "_hyperlink" "_ins" "_obj" ss "" "")
(princ)
)

this code asks to insert a comment or a note related to any object;
-)I wanted to ask you if you can change, so set a font at your choice and a height for the font itself
-)and if you can delete from the description that appears automatically, the written "press ctrl and click to follow the link"thanks, gianni
 
what I would like to do is add individual notes to the objects concerned and recall these notes to the click on the object or mouse passage.
Is it possible for you?
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top