
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to change specific properties of Mtext via lisp. The properties that I am getting from (entget(entlast)) includes the following data. I need to change some of the inputs when using the lisp. Does anyone know how I can do that?
((-1 . <Entity name: 1c0034b8990>) (0 . "MTEXT") (5 . "32749") (102 . "{ACAD_XDICTIONARY") (360 . <Entity name: 1c0034b89a0>) (102 . "}") (330 . <Entity name: 1bfb60dc9f0>) (100 . "AcDbEntity") (67 . 0) (410 . "Model") (8 . "FTE-ELEC DETAILS") (62 . 4) (100 . "AcDbMText") (10 -34.3759 -154.35 0.0) (40 . 200.0) (41 . 15000.0) (46 . 0.0) (71 . 1) (72 . 5) (1 . "TITLE\\P \\PGENERAL\\P \\P\\pxi-3,l3,t3;A.\tLINE1\n\\PB.\tLINE 2 \n\\PC.\tLINE 3\\P\\pi0,l0,tz;\\PSPECIFIC\\P\\P\\pi-3,l3,t3;1.\tLINE 1\\P2.\tLINE 2\\P3.\tLINE 3\\P4.\tLINE 4") (7 . "FTE - Style") (210 0.0 0.0 1.0) (11 1.0 0.0 0.0) (42 . 1421.01) (43 . 5214.46) (50 . 0.0) (73 . 1) (44 . 1.0))
Solved! Go to Solution.