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

text framed

  • Thread starter Thread starter raf
  • Start date Start date

raf

Guest
Does anyone know if autocad can automatically generate the pane to a text? do it every time by hand is frustrating as well as obsolete. . .

I looked at the manual but found nothing.. .
 
compared to tcircle is limited, but if you agree. . .

(defun c:conttxt ()
(if (setq text(entsel "select the text: ")(progn)
(Sectq textget(entget))
(setq boxtesto(textbox textget))
(setq ptesto(cdr(assoc 10 textget))))
(setq atesto(cdr(assoc 50 textget))))
(setq dx(- (car(cadr boxtesto))) (car(carboxtesto)))))
(setq dy(- (cadr(cadr boxtesto)))))
(command "_pline" ptesto
(setq p2(polar ptesto atesto dx)
(setq p3(polar p2 (+ head (* pi 0.5) dy))))
(setq p4(polar p3 (+ atesto pi) dx)))
"_c"
)
(princ)
)
(princ) <copyright claudio="" granuzzo="" ing.=""> type conttxt to launch the
program!"
(princ)</copyright>
 
a fast ( Enough) method can be this.
make a sizing style without dim line and without ext line.
light tolerances in "basic" method.
forzi in text override what you want to write to us.

Another method is to use, if you're okay instead of a rectangle on board.
a color box in bacground is to use the "background mask" in the options
of mtext.

Bye.
 
at "background mask" I had already thought about it and, on the design I also good, in the press though it is a disaster.. .
 
I have underhand the 2009 autocad dvd, I can't in any way find anything about these express tools, I can get out of it by reading several guides on the internet.

help!!! :frown:
 
I have underhand the 2009 autocad dvd, I can't in any way find anything about these express tools, I can get out of it by reading several guides on the internet.

help!!! :frown:
you must start the installation and you will find the option to install the express.
 
or if you have already installed, select "add/remove features" and you will release the box related to the express tools
 

Forum statistics

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

Members online

No members online now.
ciao
Back
Top