Search the Community
Showing results for tags 'unload'.
-
lsp help for loading & unloading arx file from specified folder!
jamesfui posted a topic in AutoLISP, Visual LISP & DCL
hi.. need help on creating lsp that can: > load & unload *.arx file which is located on specified folder! example; ``````` [size=2](defun c:arxload()[/size] [size=2](command "load" "[/size][size=2]c:\documents & settings\user\addons\mditab17.arx[/size][size=2]")(princ))[/size]... -
Hi I have created some cuix files that i want to load automatically when a user boots autocad. for this i have created a acad.lsp file in one of my search/support directories with the following code and therefore when i start cad it loads the menu file. ^C^C^P(command "menuunload" "CUSTOMMENU...
-
Complex Linetype Unloads Self
CyberAngel posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Has this ever happened to you? There's a complex linetype in your drawing. It looks fine until you try to plot it, when suddenly the shapes are gone. A treeline, for instance, turns into a row of dots. Bosses don't like that. I've checked the usual suspects. The linetype and shape definition...