Search the Community
Showing results for tags 'xdata'.
-
I'm trying to make an annotative text style that matches orientation. I've got this so far: (entmakex '( (0 . "STYLE") (100 . "AcDbSymbolTableRecord") (100 . "AcDbTextStyleTableRecord") (2 . "My TEXT3") (70 . 0) (40 . 0.09375) (41 . 1.0) (50 . 0.0) (71 . 0) (42 . 0.0) (3 . "...
-
I am creating a program to generate mill slots and to update (using reactors) if a centerline is modified. The only thing I can't figure out is how to handle the reactors for the secondary entities linked to the one being modified. I am currently approaching the problem like so: Ea...
-
In the phases of learning something new, the most frustrating thing to me is when the examples make total sense, but you lack just enough understanding to implement it yourself. I can read through Lee Mac's AssociativeCenterlines lisp, and it all makes sense, but I am missing something in my co...
-
I'm creating a script, which automatically adjusts the extended data of line objects. Using information from different blocks in the drawing. I have already finished the first steps. I have already created a temporary layer to which the additional xdata is linked....
-
I've incorporated and created many LISP functions for surveying purposes in AutoCAD. I've been wanting to share them, so here goes. A lot of the functions reference other functions. I've used the naming scheme: mfcb* for My Functions CBass (me) mfcbLM for My Functions Lee Mac (because he is aw...
-
Hi All, After months of playing around (pulling my hair out), I'm finally posting my question because I'm stumped at where to go with this. My lisp skills are a work in progress and are a product or scanning the forum pages over the years. I'm an electrical designer who mainly works with und...
-
Lisp Routine HELP! Can't append Xrecord dictionary to an Entity
akira2k1 posted a topic in AutoLISP, Visual LISP & DCL
Sorry I'm pretty new to Xdata, Xrecords & dictionaries and I got some code from "AfraLisp website and I'm trying to modify it to work for what i need. I'm going to store multiple "Part" dictionary information in Xrecords. Then I want to append these dictionaries to an entity (below only shows one...- 1 reply
-
- xdata
- dictionary
-
(and 1 more)
Tagged with:
-
Adding Xdata From Slected Mtext or Text
karunakaran1991 posted a topic in AutoLISP, Visual LISP & DCL
Hi, I am creating lisp routine and the work is to selected Mtext or text and the corresponding content is to be added as Xdata to the selected entity. (defun C:addxdata() (setq a(entget(car(entsel"\nSelect Text: ")))) (setq Xdata1 (cdr (assoc 1 a))) (princ Xdata1) (setq b(entget(car(... -
Hey, I’m trying to insert xdata to a structured cabling plan, problem is the socket(start) & patch panel (end) are blocks which I connect with a line, and I want the xdata to be the same on the line and on the 2 blocks. Is there a way that I can insert xdata to one of the 3 and automatically be ins...
-
We get this error. We don't know where it came from or how to fix it. When we reload an Xref we get "WARNING: Xdata Tag 100 is missing" scrolling on the screen a bunch of times. It then ends with Dimension disassociated. listed twice. Any help? Often this results in all xref's getting unlo...
-
Hi all, Trying to convert the popular VB VPlayerOff function to VB.Net with added functionality of turning a layer off in all viewports in a layout. My code seems to do everything right except update the Xdata with the new results. I tried manipulating the Xdata result buffer initially but is said i...
- 1 reply
-
- vplayeroff
- vb.net
-
(and 1 more)
Tagged with: