|
AutoLisp : Programmstart beim Zeichnungsschliessen
Proxy am 21.12.2004 um 11:53 Uhr (0)
Vor ein paar Tagen .... ------------------ " Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-rooted-in-the-computer-science-department language in the world for an AutoCAD programming language?" Read the whole story: The Autodesk File ca. 890 Seiten | 7500 KB PDF
|
In das Form AutoLisp wechseln |
|
AutoLisp : kompetent und kostenlos
Proxy am 22.12.2004 um 14:24 Uhr (0)
Mein Brennprogramm konnte damit nichts anfangen. meins ist "Burn em all ! Hot like in hell 2003 UltraPlus Corp. Edition" und deins ? wenn ich den Namen des Progs erfahre, erst dann kann ich dir beim toasten helfen. ------------------ " Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-rooted-in-the-computer-science-department language in the world for an AutoCAD programming language?" Read the whole story: The Autodesk File ca. 890 Seiten | 7500 KB PDF
|
In das Form AutoLisp wechseln |
|
AutoLisp : rätselhaftes rem
Proxy am 28.12.2004 um 14:18 Uhr (0)
The el allmighty onlinehelp said once: Return Values A number. If any number argument is a real, rem returns a real; otherwise, rem returns an integer. If no arguments are supplied, rem returns 0. If a single number argument is supplied, rem returns number. So ist es leider oder auch gottsei dank der einfach dabei achten ob die Funktionsargumente auch alle keine Reals bzw. Ints sind. ------------------ Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-rooted-in-the-co ...
|
In das Form AutoLisp wechseln |
|
AutoLisp : Keyboard buffer und read-char
Proxy am 30.12.2004 um 22:53 Uhr (0)
Ich würde es wenn überhauot mit asm machen, habe jedoch keine Ahnung wie das in Verbindung mit Lisp gehen soll. Mapcar oder (defun könnten es wissen, wäre auch auch an einer Mischmaschlösung asm+lisp interessiert. Irgendetwas Bestimmtes mit INT 16 oder 21 anstellen wie z.B.: Code: MemW [$0000 : $041C] := MemW [$0000 : $041a]; asm cli end; MemW [Seg0040 : $1C] := MemW [Seg0040 : $1a]; asm sti end; Null Gewähr auf Richtigkeit. ------------------ " Lisp?!?! Why the Hell did you pick the m ...
|
In das Form AutoLisp wechseln |
|
Lisp : plotten mehrerer Layouts???
Proxy am 18.01.2005 um 17:46 Uhr (14)
Auch Glückwünsche vom DWG-Verschmutzer. ------------------ "Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-rooted-in-the-computer-science-department language in the world for an AutoCAD programming language?" Read the whole story: The Autodesk File ca. 890 Seiten | 7500 KB PDF
|
In das Form Lisp wechseln |
|
AutoLisp : Plaetten, Plinetype und 2D-Polyline
Proxy am 21.01.2005 um 08:07 Uhr (0)
Auch von mir Glückwünsche zum 1000g Wieselschnitzel. ------------------ Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-rooted-in-the-computer-science-department language in the world for an AutoCAD programming language? Read the whole story: The Autodesk File ca. 890 Seiten | 7500 KB PDF [Diese Nachricht wurde von Proxy am 21. Jan. 2005 editiert.] [Diese Nachricht wurde von Proxy am 21. Jan. 2005 editiert.]
|
In das Form AutoLisp wechseln |
|
AutoLisp : Layout-Bezeichnung
Proxy am 27.01.2005 um 22:42 Uhr (0)
Yeah noch einer mit einem Kilo ! Gratulationen ! ------------------ Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-rooted-in-the-computer-science-department language in the world for an AutoCAD programming language? Read the whole story: The Autodesk File ca. 890 Seiten | 7500 KB PDF
|
In das Form AutoLisp wechseln |
|
AutoLisp : Alle gerade geöffnetetn Zeichnungen anzeigen
Proxy am 07.02.2005 um 15:53 Uhr (0)
Code: [...] (vlax-for Each (vla-get-Documents (vlax-get-acad-object) ) [...] ------------------ Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-rooted-in-the-computer-science-department language in the world for an AutoCAD programming language? Read the whole story: The Autodesk File ca. 890 Seiten | 7500 KB PDF
|
In das Form AutoLisp wechseln |
|
AutoLisp : Alle gerade geöffnetetn Zeichnungen anzeigen
Proxy am 07.02.2005 um 16:06 Uhr (0)
oder so ... damits Ruhe gibt Code: (defun VxGetOpenDwgs (/ DwgLst DwgNme) (or Gb:AcO (setq Gb:AcO (vlax-get-acad-object))) (vlax-for Doc (vla-get-Documents Gb:AcO) (if (/= (setq DwgNme (vla-get-Fullname Doc)) ) (setq DwgLst (cons DwgNme DwgLst)) ) (vlax-release-object Doc) ) (reverse DwgLst) ) ------------------ Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-rooted-in-the-computer-science-department language in the world for an Auto ...
|
In das Form AutoLisp wechseln |
|
AutoLisp : pdf plotten mit lisp und ghostscript 8.33
Proxy am 07.02.2005 um 19:44 Uhr (0)
Plot2PDF.zip Zitat: ;;; Voraussetzungen: ;;; - Installiertes Ghostscript : ;;; - bbox.ps im lib-Verzeichnis von Ghostscript ;;; - Plot2PDF.pc3 (entweder die mitgelieferte oder eine selbsterstellte Datei) Ich kann bestätigen dass das Ding funktioniert, hast du irgend eine Fehlermeldung, Fehlverhalten, Sonstiges ... Ansonsten an CADchup Private Message schicken. Vielleicht erbarmt sich CADchup auch und schreibt eine verständlichere Gebrauchsanweisung für das Lisp. Von RZ-UNI-Kiel ...
|
In das Form AutoLisp wechseln |
|
AutoLisp : Zahlenspiel
Proxy am 17.02.2005 um 13:39 Uhr (0)
Wenn der Hr. Wiesel es nicht hat, dann ist es auf Industrie24 als Zahlenspiel downloadbar. ------------------ Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-rooted-in-the-computer-science-department language in the world for an AutoCAD programming language? Read the whole story: The Autodesk File ca. 890 Seiten | 7500 KB PDF
|
In das Form AutoLisp wechseln |
|
Lisp : druckbereich in Lisp
Proxy am 10.03.2005 um 15:22 Uhr (0)
Die besagten Linien gibts doch nicht.------------------ "Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-rooted-in-the-computer-science-department language in the world for an AutoCAD programming language?" Read the whole story: The Autodesk File ca. 890 Seiten | 7500 KB PDF
|
In das Form Lisp wechseln |
|
AutoLisp : AutoCAD und XML
Proxy am 13.03.2005 um 21:07 Uhr (0)
Unter 2005 und höchstwahrscheinlich auch 2006 ist Null von Das DesignXML_V_100.xsl drin geblieben. Wie schon mein Vorredner cadffm sagte, war das XML-Format nie in produktiver Benutztung vielleicht nur ein Marketinggag seitens AutoDESK und inzwischen 100% irrelevant beim Datenaustausch. Andere Formen des Dateninputs bassierend auf offenen Stadarts wäre z.B. SVG Scalable Vector Graphics jedoch ist der Imho ebenfalls mit Null,Null % in AutoCAD eingebaut und es sieht nicht so aus als ob in der Zukunf ...
|
In das Form AutoLisp wechseln |