Search the Community
Showing results for tags 'autocad2015'.
-
There are multiple attributes that I want to be able to increment by 1. However there are a couple of problems, there are different attributes but I want to be able to select all of them and I the value that I want to increment by 1 has a letter before it.
- 12 replies
-
- autocad2015
- attributes
-
(and 1 more)
Tagged with:
-
Lisp to select multileader style name and replace
JiffytheSpiffy posted a topic in AutoLISP, Visual LISP & DCL
Ok, I'm at my wits end here ( or maybe I forgot to take my meds ). I can't for the life of me figure out how to do write a lisp command that i can execute when opening a cad drawing. Little history here. I have created standard templates for everyone in my office to use, but some departme... -
Yesterday by AutoCAD crashed and since then I have been experiencing a number of issues with all of my existing dwg files and any new files I create. The prob is that I am unable to select items (objects/text/lines) before I select the commands. For instance I am unable to select a line and then...
-
Dynamic block doesn't work as intended in certain drawings
tchwiesz posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
I have a dynamic block with a flip parameter - It works fine in my reference file but when I copy and paste it into another drawing the horizontal flip no longer works. I've tried purging and auditing the drawings but to no avail. What gives? doesntwork.dwg works.dwg -
Dynamic blocks and attributes
tchwiesz posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
I'm trying to develop a dynamic block that takes two attributes input from the user (lets call them "x" and "y") and then divides them by the distance ("dist") of a line within the block that may be stretched. Then the result of this formula ((x + y) / dist) is to be displayed as an M-TEXT with...- 10 replies
-
- autocad2015
- attributes
-
(and 1 more)
Tagged with:
-
Get point of when there are no entities selected.
Lee Chu Chu posted a topic in AutoLISP, Visual LISP & DCL
I have this code: (setq PT1 (getpoint)) (setq PT2 (getpoint PT1)) (command "LINE" PT1 PT2) (command) (setq obj1 (entget (entlast))) (setq ent (car (nentsel "\nSelect Entity: \n"))) (cond ((/= ent nil) (setq obj2 (entget ent)) (command "chamfer" obj ent)... -
I want a lisp that when two lines are inserted and they intersect each other at 90 degrees, I want them to create a chamfer
-
osnap only snapping to "top" of object
toonamo posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
in earlier versions of autocad osnap used to snap to all endpoints if i had it enabled. Now osnap only snaps to endpoints that would be visiable if the object was solid. If a endpoint is "through", underneath, or inside a object. I am unable to snap to it. I am using autocad 2015 does anyone kno...- 3 replies
-
- osnap
- autocad2015
-
(and 1 more)
Tagged with:
-
;error: Unknown function definition when it is clearly in my lisp.
Lee Chu Chu posted a topic in AutoLISP, Visual LISP & DCL
Help, I keep getting this stupid error no function definition even though I have clearly defun it in my lisp. (defun ISOCP3TEXT () (command "-style" "isocp3" "isocp.shx" "3" "1" "0" "no" "no") ) (defun ISO3 () (ISOCP3TEXT) (setvar "clayer" "0") (setq pt1 (getpoint "")) (initdia) (... -
Error message when trying to load up a *error* function lisp routine
Lee Chu Chu posted a topic in AutoLISP, Visual LISP & DCL
I have been getting this error in autocad 2015 but not in 2014 for some reason. Cannot invoke (command) from *error* without prior call to (*push-error-using-command*). Converting (command) calls to (command-s) is recommended. Can anybody please help me understand what this means? I have...- 4 replies
-
- autocad2015
- autocad2014
-
(and 2 more)
Tagged with: