All About Autocad and Free Tutorial Autocad

Contact US

Name

Email *

Message *

Turning on and Deadly Command in AutoCAD

Ever thought about how our minds if it were a command in AutoCAD such as line, circle, arc and pline disappeared or can not be used?Wahhhhhhhhhhh emergency panic .Mulai dah. Keringet cold and nausea may start kerasa. Dah start wondering here and there. Or wear cowboy way ......... bi ... .. Reinstall than dizziness wrote: P.Could command in AutoCAD disappeared or can not walk. maybe guns ya?.The answer might be yes: D.There may be errors or fraudulent matiin command tuh :)OK, the story first ya dah, dah we enter kepermasalahan how to do things like title above.Here's how:To turn off the command:Undefine type command and then enter the command to be turned off. Suppose lineCommand: undefineEnter the command name: lineand then try to type the command line. Then the command is considered to be unknown by AutoCADUnknown command "LINE". Press F1 for help.To turn the command:Type the command to redefine then input the command to be turned on. Suppose lineCommand: redefineEnter the command name: lineand then try to type the command line. The command then back to work.This method can be further expanded using LISP.

    
Search files with names acad.lsp or acadxxxx.lsp (depending on version)
    
Open the file using Notepad or Visual LISP editor, find empty paragraphs and write this script.
    
(Defun-q S :: STARTUP ()
    
(Command "undefine" "line")
    
(Command "undefine" "circle")
    
(Command "undefine" "arc")
    
)
    
Furthermore, please close the application and open it again. What happened? Feel yourself :).

    
Remember !!!!!!!!

    
This is only to share and please do not be practiced for the same fraudulent comrade yes. Promise yes !!!. Anyway, if misused own risk: D.


 
0 Komentar untuk "Turning on and Deadly Command in AutoCAD"

Back To Top