Search the Community
Showing results for tags 'visual lisp'.
-
Remove a section of text in a text file from between 2 keywords with autolisp or visual lisp
Mr Bojangles posted a topic in AutoLISP, Visual LISP & DCL
Hi guys I'm not sure that this is possible but hey you guys know a hell of a lot and surprise me often. Is it possible in lisp to look inside a text file and remove some text from between 2 keywords? For example The text filename would be the same as the cad file,...- 29 replies
-
Hii all...I found a multiline polyline lisp from online, its gonna ask how many line and their offset distance...but its assigning layer automatically, can anyone do the changes so it will ask which layer I want to choose for my each line and it should automatically take the linetype as by layer...i...
-
hello i want help for creating lisp for me please ... the lisp will do these functions 1- as the attached image (1a) if i have block with yellow at right and some green blocks 2- i want when i launch the lisp to ask me to draw poly line that i want as in image 2a 3- after that w...
- 10 replies
-
- 1
-
-
- visual lisp
- visuallisp
-
(and 3 more)
Tagged with:
-
how do i get a particular block in a layout with Visual LISP
GroundWolf61 posted a topic in AutoLISP, Visual LISP & DCL
Hi everybody, I need help. I cant figure out how to get the ent name form a block in a layout. Each layout has a titleblock ("SAL-TEKENBLAD_TITELBLOK" is the EffectiveName) and i want to make a list of all the layouts with the ent names. THX, GW61... -
Hello! I have been getting suggestions and help from this forum for some time now, but have reached a point where I am currently at a loss. I am still relatively new to the topic of lisp and co, but I am trying to improve constantly. For my current problem, I am trying to select a bl...
-
Select Specific Blocks by knowing their names
Ahmed_Hisham posted a topic in AutoLISP, Visual LISP & DCL
Hi all, I want to select specific block by knowing its name lets say block name "cadtutor block 1" by using (vl-catch-all-apply) method Thanks -
Automatic Dimensioning for Blocks in Autocad
Ahmed_Hisham posted a topic in AutoLISP, Visual LISP & DCL
Good Day, I want the attached code to run as QDIM in Autocad , My issue in my code that I choose the location of the dimension line after that the dimension appears. I want to see all the dimensions afterwards choose the location like in QDIM command. Thanks... -
I can convert my raw AutoLISP (.lsp) codes into Visual Lisp (.VLX) and .FAS application using AutoCAD VLISP IDE. I was looking into Autodesk App Store and downloaded some of the free applications. It was .msi. That means it will install directly on Windows and link-up with installed AutoCAD....
- 4 replies
-
- autolisp
- visual lisp
-
(and 3 more)
Tagged with:
-
help for small change in big lisp routine required
shortkrish posted a topic in AutoLISP, Visual LISP & DCL
Dear all, I have lisp dcl and data files working together to draw steel sections. I have done all the sections modified to indian standards originally it was written for british standards and it is free of copy rights. Since the author has changed to catia 3 dacades before.... -
How does everybody store their functions they use over and over? I'd like to start building a library of typical functions but am not sure how to build the document to store them for easy retrieval as needed. J. Logan
-
Hello, guys! I have a little question... Is there some way to open / edit a drawing with autolisp without display that drawing? For example... When we are working with VBA, we can use the code ActiveWindow.Visible = False to not show the active window. Can we do something like it in autolisp?
- 1 reply
-
- open drawings
- not to show drawings
-
(and 2 more)
Tagged with:
-
Visual Lisp Editor while making vlx: Assertion failed: Invalid PDB position
Ahankhah posted a topic in AutoLISP, Visual LISP & DCL
Hi all, today, when I tried to compile my visual lisp project into a single VLX file, visual lisp opened an alert box (with 'STOP' in the title of it) showing me: Making Error occured Assertion failed: Invalid PDB position then in the visual lisp console printed the follwing: . . . ......-
- visual lisp
- pdb
-
(and 3 more)
Tagged with:
-
How to open a password protected drawing via Visual LISP?
Ahankhah posted a topic in AutoLISP, Visual LISP & DCL
CADTutorians, Does anyone know whether it is possible to open a password protected drawing via Visual LISP, and for positive answer how?- 23 replies
-
A company in Iran employs people with Visual Lisp (Auto Lisp) programming knowledge and abilities. The advantages of this job depends on employee qualifications. Qualified persons please reply to this thread to receive more information. Thanks. Mohammad
- 18 replies
-
- programming
- job
-
(and 2 more)
Tagged with:
-
Hey All, Okay so I have s dynamic block (green in my example) that is built in the x-y plane. I can change its length, width, extend it and rotate it about the base point. Yada yada yada. Bunch of feature that the company I work for needs. When we insert it into a 3D model we position it such that...
- 2 replies
-
- position
- dynamic blocks
-
(and 2 more)
Tagged with:
-
I am trying to update menses, tools, and LISP routines from autoCAD 2000 to 2011. I was able to load and update most of them except 4 LISP routines. When I open the routine in VisualLISP all I get is a bunch of characters. It does not matter if I use autoCAD 2000 or 2011 to open the routines, it wou...
-
My Visual LISP's 2 last menu lables changed to "st error" and "request error" while I was researching on (getpropertyvalue) function.
-
- st error
- request error
-
(and 2 more)
Tagged with:
-
Get Blocks definitions without opening the drawing
Ahankhah posted a topic in AutoLISP, Visual LISP & DCL
Hello friends, how is it possible to get all blocks in a drawing and use them entirely in current session, without opening it. I mean something like ADCenter via VisualLISP.- 2 replies
-
- drawing
- definition
-
(and 3 more)
Tagged with:
-
Getting error while running Visual lisp program in ACAD2007.
drawings posted a topic in AutoLISP, Visual LISP & DCL
Trying to run any visual lisp code in AutoCAD 2007, but end up in getting an error. ; error: ActiveX Server returned an error: Error loading type library/DLL Is it a virus which is causing problem ? Becuase on other PC with same AutoCAD 2007 I don't get above error. -
How to distinguish a read only drawing without opening it?
Ahankhah posted a topic in AutoLISP, Visual LISP & DCL
Hi everyone, how is it possible to find out any drawing is read only due to being opened by other one, without opening it? -
Hi All, is it a way to use vba code directly from within Visual LISP? Assume that we use this visual lisp code: (vla-addcustominfo (vla-get-summaryinfo (vla-get-activedocument (Vlax-get-acad-object)) ) "Key" "Value" ) Is it possible to use: ActiveDocument.SummaryInfo.AddCustomInf...
- 3 replies
-
- visual basic
- vba
-
(and 1 more)
Tagged with: