Search the Community
Showing results for tags 'drawing properties'.
-
Assigning and Custom Drawing Property to a variable
juicyorange posted a topic in AutoLISP, Visual LISP & DCL
Hey guys, I'm looking to assign a custom property to a variable and I have no idea how to do it. In the 0 custom prop I put a testvalue Here is the code I have so far: (vl-load-com) (defun c:test (/) (setq acadObject (vlax-get-Acad-Object) acadDocument (vl...- 6 replies
-
- autolisp
- custom proerties
-
(and 2 more)
Tagged with:
-
Hey guys, I use the custom tab in the DWG properties in all of my drawings to auto-fill fields on title blocks and some other things. There are about 17 custom values that are entered every time and I cannot figure out if there is a good way to quickly edit these without meticulously clicking on...
- 3 replies
-
- selected value
- drawing properties
-
(and 2 more)
Tagged with:
-
Lisp to fill out custom properties in dwg props box
chiimayred posted a topic in AutoLISP, Visual LISP & DCL
Hey all, I am working to set up a lisp where the user can edit the titleblock, update revblocks. We have templates that use the "custom" tab on the drawing properties box that tie into the titleblocks we use. I'm looking to just make it so the user can use this lisp instead of opening the dwgpro...- 12 replies
-
- lisp
- drawing properties
-
(and 2 more)
Tagged with:
-
Hello! I started a drawing a week ago but am not sure I used the right template. Is there a way to find out which template I used? I tried using DWGPROPS and STATUS but neither of these mention which template I used to start the drawing. Any help is appreciated.