Informationen zum Forum Rund um AutoCAD:
Anzahl aktive Mitglieder: 11.286
Anzahl Beiträge: 210.068
Anzahl Themen: 32.754
Schlagwort:
Im Beitrag/Titel Nur im Titel Nur nach Datum sortieren Docs / Anhänge mit Lösung
Suchmaschinenstatistik
Livesuche
Einstellungen
Info
Ergebnisse 222 - 234, 496 Gesamtergebnisse mit Suchbegriffen lisp sec.
Rund um Autocad : objekte einfrieren
Proxy am 31.05.2004 um 20:30 Uhr (0)
Alternative: Code: ;;;---------------------------------------------------------------------------; ;;; ;;; BLANK.LSP Version 1.0 ;;; ;;; Copyright (C) 1995 by Autodesk, Inc. ;;; ;;; Permission to use, copy, modify, and distribute this software and its ;;; documentation for any purpose and without fee is hereby granted. ;;; ;;; THIS SOFTWARE IS PROVIDED AS IS WITHOUT EXPRESS OR IMPLIED WARRANTY. ;;; ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF ;;; MERCHANTABILITY ...

Rund um Autocad : Plotsteuerung, Hintergrund, Vordergrund
Proxy am 01.06.2004 um 13:10 Uhr (0)
Code: (defun C:hatch_back (/) (command _.draworder (ssget x ((0 . HATCH ))) _b ) ) (princ) ------------------ 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

Rund um Autocad : Spirale - Förderschneckenwendel 3D
Proxy am 01.06.2004 um 14:14 Uhr (0)
Code: ;;; --------------------------------------------------------------------------; ;;; SPIRAL.LSP ;;; Copyright (C) 1990 by Autodesk, Inc. ;;; ;;; Permission to use, copy, modify, and distribute this software and its ;;; documentation for any purpose and without fee is hereby granted. ;;; ;;; THIS SOFTWARE IS PROVIDED AS IS WITHOUT EXPRESS OR IMPLIED WARRANTY. ;;; ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF ;;; MERCHANTABILITY ARE HEREBY DISCLAIMED. ;;; ;;; ...

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 ...

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 | ...

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 ...

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

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 ...

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

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

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

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- ...

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 ...

Anzeige:

Anzeige: (Infos zum Werbeplatz)

Ergebnisseiten :  1 ...  5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27   28   29   30   ... mehr

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