Im Beitrag/Titel Nur im Titel Nur nach Datum sortieren Docs / Anhänge mit Lösung
Suchmaschinenstatistik
Livesuche
Einstellungen
Info

Auch mit chatGPT* können Lösungen aus dem CAD.de-Forum recherchiert werden:

* chatGPT ist eine eingetragene Marke von openAI

Ergebnisse 495 - 507, 819 Gesamtergebnisse mit Suchbegriffen lisp sec.

Direkter Link in ein Forum:

Lisp

Rund um Autocad : Komische Fehlermeldung ?
Proxy am 02.06.2004 um 09:37 Uhr (0)
Befehl: _qsave *Warnung* Eigenes Objekt, Referenz ADCFC multiplizieren *Warnung* Eigenes Objekt, Referenz ADD05 multiplizieren Kann mir einer sagen was das für eine Bedeutung hat ? Datei wird zwar gespeichert jedoch ist diese Meldung immer da, auch wen ich die Datei umspeicher, AutoCAD neustarte etc. ------------------ 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 programmin ...

In das Form Rund um Autocad wechseln
Rund um Autocad : Komische Fehlermeldung ?
Proxy am 02.06.2004 um 09:56 Uhr (0)
Immer das gleiche, egal ob ich _audit, _purge, blockbildung, etc ... DXF will ich nicht machen weil ich Objekttypenkonvertierung dann hätte. BTW. wie komm ich den zwei Handles (Objekten) auf die Spur, wie kann ich die selektieren, finden ? ------------------ 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 | ...

In das Form Rund um Autocad wechseln
Rund um Autocad : Plot mit Dialog über Script aufrufen
Proxy am 02.06.2004 um 10:36 Uhr (0)
Ergebniss der Suchfunktion: (defun c:freigabe (/ p1 p2 File) (setq p1 (getpoint Untere linke Ecke des Fensters angeben: )) (setq p2 (getpoint Obere rechte Ecke des Fensters angeben: )) (setq File (strcat c:/cad/ (Dateiname PLT ))) (DateiPlot2000 p1 p2 File) (princ (strcat Datei (strcase file) erfolgreich gespeichert. )) (princ) ) (defun DateiPlot2000 (p1 p2 File) (setvar filedia 0) (command _.-plot ) (command _y ) ; detailliert? (command Model ) ; Layoutnamen eingeb ...

In das Form Rund um Autocad wechseln
Rund um Autocad : Plot mit Dialog über Script aufrufen
Proxy am 02.06.2004 um 10:59 Uhr (0)
Ich fragte mich warum da ein Script benutzt werden soll, Lisp ist da etwas besser und hab da gleich mal ein Beispiel gepostet. ------------------ 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 Rund um Autocad wechseln
Rund um Autocad : Komische Fehlermeldung ?
Proxy am 02.06.2004 um 11:46 Uhr (0)
Langsam mag ich die DWG nicht mehr habe schon mit Code: (defun c:batchdxfcode (/ ss name ent number index) (setq ss (ssget)) (setq index 0) (setq number (sslength ss)) (repeat number (setq name (ssname ss index)) (setq ent (entget name)) (print index) (print ent) (print) (princ) (setq index (1+ index)) ) (textpage) (princ) ) die Zeichnug durchsucht aber nix mit ADCFC Objektname: 408d8aa0 und ADD05 Objektname: 408d8ae8 , wo kann sich sonst ...

In das Form Rund um Autocad wechseln
Rund um Autocad : Techn. Zeichnen Norm
Proxy am 02.06.2004 um 13:54 Uhr (0)
IMHO , hat das mehr mit Erziehung als mit der DIN zu tun. Solltest vielleicht dem Esel das Tabellenbuch auswendig lernen lassen. ------------------ 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 Rund um Autocad wechseln
Rund um Autocad : bemassung
Proxy am 04.06.2004 um 11:33 Uhr (0)
U s für dabie , könnte einer der Gurus das Lisp so anpassen, das es mit Polyliniensegmenten funktioniert ? ------------------ 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 Rund um Autocad wechseln
Rund um Autocad : Autocad Fehler
Proxy am 04.06.2004 um 13:46 Uhr (0)
Virus Alert bzw. eine andere Art von Masterbootsektorschutz im BIOS/Software an ? AutoCAD schreibt gerne seine Durftnote da rein. ------------------ 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 Rund um Autocad wechseln
Rund um Autocad : optimierung von Plinie
Proxy am 19.06.2004 um 00:54 Uhr (0)
Unter optimieren wird hier eher das Entfernen von überflüssigen (liegt/en als Element zweier anderere Stützpunkte) bzw. deckungsgleichen Polylinienstützpunkten gemeint. Wenn dir die Lisps nicht weiter helfen dann solltens doch mal den befehl umgrenzung versuchen, leider ist es dann eher eine schlechte Lösung. Kannst du mal die Fehlermeldung(en) bzw. gleich mal eine 800 er Polylinie posten ? ------------------ Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-rooted-in- ...

In das Form Rund um Autocad wechseln
Rund um Autocad : Block Manager
Proxy am 22.06.2004 um 10:02 Uhr (0)
Als Batchdatei: Code: net use * /D /yes Trennt alle Netzwerkverbindungen subst f: c:drive_f Bindet das Verzeichniss drive_f als Laufwerk F ahhh 2 late ------------------ 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 22. Ju ...

In das Form Rund um Autocad wechseln
Rund um Autocad : Auf ein neues.......
Proxy am 22.06.2004 um 13:21 Uhr (0)
Zitat: Original erstellt von Alpschorsch: Wie, wat gegen Arschiteken? Versteh ich net! ja D I N ------------------ 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 Rund um Autocad wechseln
Rund um Autocad : Kataloge für eine Bohrvorrichtung finden?
Proxy am 22.06.2004 um 18:55 Uhr (0)
neben vielen Normteilen auf cadpart (einfach auf CAD.de-Menü schauen empfehle ich die kostenlosen DXF-Datein von QCad . P.S. Das Werkstück in CAD zu erstellen ist ja wohl kaum das Problem, das ist eher eineSache von paar Minuten. ------------------ 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 K ...

In das Form Rund um Autocad wechseln
Rund um Autocad : Plottet keine runden wipeouts
Proxy am 23.06.2004 um 11:24 Uhr (0)
Will ich auch mal sehen ! BITTE ! P.S. siehe auch hier . ------------------ 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 Rund um Autocad wechseln

Anzeige:

Anzeige: (Infos zum Werbeplatz)

Ergebnisseiten :  1 ...  26   27   28   29   30   31   32   33   34   35   36   37   38   39   40   41   42   43   44   45   46   47   48   49   50   51   ... mehr

Alle Produkt-, Schrift-, Firmennamen und Logos sind Warenzeichen oder eingetr. Warenzeichen der jeweiligen Firmen.
©2025 CAD.de , Lenggries. Tel: ++49 (8042) 973 8208 | Datenschutz