Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MTEXT EntMake

2 views
Skip to first unread message

Brad Randolph

unread,
Jan 25, 1999, 3:00:00 AM1/25/99
to
Whats going on with MTEXT
I have a routine which converted TEXT to MTEXT in r13.
No longer works in r14. I've tried several different methods.
Here's one
(entmake '(
(0 . "MTEXT")
(5 . "30")
(67 . 0)
(8 . "0")
(62 . 4)
(10 210.984 166.962 0.0)
(40 . 0.09375)
(41 . 0.0)
(71 . 4)
(72 . 1)
(1 . "\\A1;Brad")
(7 . "DIM")
(210 0.0 0.0 1.0)
(11 1.0 0.0 0.0)
(42 . 0.571429)
(43 . 0.09375)
(50 . 0.0)
))
I gel nil
Bradley

Jim Williams

unread,
Jan 25, 1999, 3:00:00 AM1/25/99
to

Brad,

You will need to add the DXF Class and SubClass Markers, reference
the DXF codes 100 for additional info.

--

Regards,

Jim Williams


Thomas Berger

unread,
Jan 25, 1999, 3:00:00 AM1/25/99
to
You have to add the 100 codes too. Simply create an MTEXT entity and
look with (entget (entlast)) how it is done.
Tom Berger

Brad Randolph schrieb:

--
******************************************
* Tom Berger
* ber...@architektur.uni-kassel.de
******************************************
* Universität Gh Kassel
* FB Architektur - Entwerfen + CAD
* Henschelstr. 2
* D-34127 Kassel / Germany
* Tel +49 (0)561 804 2352
* Fax +49 (0)561 804 3267
******************************************

Brad Randolph

unread,
Jan 26, 1999, 3:00:00 AM1/26/99
to
Thanks Tom That made the difference!

Brad Randolph

unread,
Jan 26, 1999, 3:00:00 AM1/26/99
to
Jim Williams wrote:
> Brad,
>
> You will need to add the DXF Class and SubClass Markers, reference
> the DXF codes 100 for additional info.
>
> --
>
> Regards,
>
> Jim Williams
Thanks Jim it works great.

0 new messages