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 508 - 520, 750 Gesamtergebnisse mit Suchbegriffen computer sec.
Rund um Autocad : Dias in Fehlfarben
Proxy am 05.07.2004 um 17:09 Uhr (0)
Hmm, es gibt einen Parameter in den Optionen (Anzeige) mach blabla vor blaablubb ich habe gerade keine Ahnung wie der genau heist der ist jedoch in der Online-Hilfe (F1) beschrieben als Fehlerquelle. Hoffe geholfen zu haben. ------------------ 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 : Dias im anderen Format
Proxy am 06.07.2004 um 20:02 Uhr (0)
BTW . gibt es eigentlich ein Programm das stinknormale Bilddateien (png, jpg, bmp, gif, usw) in ein Slide konvertiert bzw in eine Biblithek zusammen setzt ? Die uralten Autodesk Dos-Tools gehen mir langsam auf die Nerven und Zeit. ------------------ 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 : Blöcken Farben zuweisen
Proxy am 07.07.2004 um 12:02 Uhr (0)
Code: (defun deepmod (blname dxfcode value /) (_deepmod blname (lambda (data /) (entmod (if (assoc dxfcode data) (subst (cons dxfcode value) (assoc dxfcode data) data ) (append data (list (cons dxfcode value))) ) ) ) ) ) -------------------------------------------------------------------- (defun c:BLOCK_2_Daniela1 (/) (setq blname (cdr (assoc 2 (entget (ssname (ssget _:S ((0 . INSERT ))) 0)) ) ) ) (deepm ...

In das Form Rund um Autocad wechseln
Rund um Autocad : AutoCAD 2004 Befehle
Proxy am 07.07.2004 um 16:03 Uhr (0)
Maus mit 230 Volt-Tasten kaufen. Da ist bestimmt das Pressed und Released gleichzeitig. ------------------ 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 : Dias im anderen Format
Proxy am 07.07.2004 um 16:55 Uhr (0)
Danke für den Tipp. ------------------ 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 : Layer über Datei erzeugen
Proxy am 07.07.2004 um 17:07 Uhr (0)
So wie ich das Problem verstanden habe willst du vor dem eigentlichen LayConv sicherstellen, dass die entsprechenden Layer in JEDER dwg existieren. Somit wäre IMHO der einfachster Weg z.b. mit vba beim Öffnen in die Methode _Open innerhalb von ThisDrawing ein sendcommand auf ein Lisp, diese ssollte dann deine Layer erstellen. Im Notfall einfach mit ( command ._-layer _make blablub .... ) und das so oft wie deine Layer halt haben willst. Somit dürfte beim Stappel Standardprüfung in jeder geöffneten ...

In das Form Rund um Autocad wechseln
Rund um Autocad : pdf aus autocad
Proxy am 07.07.2004 um 17:33 Uhr (0)
Ich habe so die Vermutung (Erfahrung): künstlerische Schriftart(en) bzw. ein Font das diese Absturz verursacht. Hatte schon Pläne wo die Schriftart Romans einfach reproduzierbar einen Acad-Crash verursachte bei Textstillzuweisung auf z.B. Arial, Simplex bzw. Isocp u.ä. waren die Probleme einfach behoben. Manche Zeichner missbracuhen AutoCAD als Photoshop, CorelDraw bzw. Illustratorersatz. ;( ------------------ Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-rooted-in-t ...

In das Form Rund um Autocad wechseln
Rund um Autocad : Drýngende Frage aus der Türkeý: Text drehen
Proxy am 11.07.2004 um 16:38 Uhr (0)
Zwei Rotationen: 1. Um 0,0,0 und 2. um den Basispunkt des Textes wenn Ausrichtung auf Mitte Zentriert. So müsste es funktionieren. ------------------ 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 : TTF-Fonts auf Server legen
Proxy am 13.07.2004 um 15:27 Uhr (0)
Supportpfad für AutoCAD auslagern auf User/Projektlaufwerk. ------------------ 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 : Datum im Schriftfeld
Proxy am 14.07.2004 um 07:10 Uhr (0)
Falls also urbanfrosch es auch akzeptieren würde dass es nicht direkt automatisch nach dem Einfügen des Blocks die Werte eingeschrieben werden, sondern durch ein Knopfdruck extra ist es durch ein paar Zeilen VBA/Lisp realisierbar (Blockname und z.B. Attributreihenfolge/Name im Block angeben). ------------------ 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 th ...

In das Form Rund um Autocad wechseln
Rund um Autocad : Systemfehler: Kein Speicher mehr Verfügbar - Anwendung wird beendet
Proxy am 14.07.2004 um 15:56 Uhr (0)
Doofe Frage: Ist da etwa die Plattenkapazität (lokal) begrenzt ? ------------------ 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 : Systemfehler: Kein Speicher mehr Verfügbar - Anwendung wird beendet
Proxy am 14.07.2004 um 16:38 Uhr (0)
Kannst ja immer auch doofe Antwort auf solche Fragen geben, hab Nix dagegen solange es der Sache auch hilft. Wie gesagt bzw. verlinkt ist Autocad bei manchen Zeichnungen sehr Swapfreundlich, da können kurzfristig die paar hundert MB freier Speicherplatz auf der Platte kritisch werden. Wenn noch andere Anwendungen auch Plattenspeicher für sich beanspruchen ist es 2 late. P.S. Windows und AutoCAD swappen (pagefile.sys, ac$, sv$, bak, usw.) je nach Einstellungen sehr unterschiedlich. ------------------ ...

In das Form Rund um Autocad wechseln
Rund um Autocad : Schraffurmuster verschieben
Proxy am 14.07.2004 um 22:37 Uhr (0)
Z.B.: Code: ; C:HATCH_MOVE.LSP ;;; By Jimmy Bergmark ;;; Copyright (C) 1997-2003 JTB World, All Rights Reserved ;;; Website: www.jtbworld.com / http://jtbworld.vze.com ;;; E-mail: info@jtbworld.com / jtbworld@hotmail.com ; ; 1999-12-22 First release ; 2000-03-02 Simplified command entry and code ; ; This program moves the startpoint/snapbase for ; selected hatches base points independently. ; Or it can be used to set the base point same for all selected hatches. ; ...

In das Form Rund um Autocad wechseln

Anzeige:

Anzeige: (Infos zum Werbeplatz)

Ergebnisseiten :  1 ...  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   52   ... 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