|
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 : linien verschmelzen
Proxy am 03.06.2004 um 09:58 Uhr (0)
hmmm, vielleicht hilft dir dieses Lisp: Code: (defun c:POLYJOIN (/ en ed ln s1 s2) (terpri) (lisp_set) (setq undoit t) (princ
Objekte zum Verbinden auswählen: ) (setq s1 (ssget ((-4 . OR ) (0 . LINE ) (0 . LWPOLYLINE ) (0 . POLYLINE ) (0 . ARC ) (-4 . OR ) ) ) ) (while s1 (setq en (ssname s1 0) ed (entget en) ln (CDR (assoc 0 ed)) ) ;end setq (if (or (= ln POLYLINE ) (= ln LWPOLYLINE )) (command ._pedit en ...
|
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 |
|
Rund um Autocad : PDF Erstellen?
Proxy am 24.06.2004 um 11:25 Uhr (0)
Bitte die Suchfunktion nutzen. Das Thema ist schon X-mal besprochen worden. ------------------ 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 : DXF Dateien zu groß
Proxy am 24.06.2004 um 11:52 Uhr (0)
Versuchs mal mit dxfout als 12 er Version. Dann sollten die Dateien 10-100 kB haben. Bsp.: (command ._dxfout pfad _v _R12 _o auswahl 16) ------------------ 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 : Präsentation mit Bilder und Beschriftung
Proxy am 24.06.2004 um 11:54 Uhr (0)
dann mach doch zwei Bild-Versionen (eins ohne texte und andere mit texten) und setze sie in z.B. Photoshop zusammen als zwei Ebenen und eventuell einem Hintergrund ------------------ 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 |