|
Rund um AutoCAD : Lisp zum Prozent antragen bricht ab
Proxy am 29.12.2004 um 17:17 Uhr (0)
Code:; Lisp-Programm zum Absetzen eines Textes für %-Angabe; 17.08.2000 Lieske(defun c:prozent ( / ech sli li x1 x2 y1 y2 proz sel el) (setq ech (getvar "CMDECHO")) (setvar "CMDECHO" 0) (princ "") (princ "Angabe über %-Neigung einer Linie") (princ "Wert durch Ersetzen eines vorhandenen Textes absetzen") (princ "von tgl am 17.08.2000") (princ "") (setq ;Linie wählen: sli (entsel "Linie picken... ") ; Element und Pickpunkt li (entget (car sli)) ...
|
In das Form Rund um AutoCAD wechseln |
|
Rund um Autocad : frage bezüglich bemassung
Proxy am 29.12.2004 um 18:06 Uhr (0)
Verpack die zu skalierende Zeichnung in ein Extra-Block (strg+a, block enter usw. usw.), denn Bemassungen innerhalb von skalierten Blöcken werden nicht aktualisiert . Schneller gehts imho 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 Rund um Autocad wechseln |
|
Rund um Autocad : Problem mit Autocad-Profil 2005
Proxy am 03.01.2005 um 12:54 Uhr (0)
Normalerweise ist eine ARG Datei dafür zuständig. Diese kann beim Start von AutoCAD mit dem Parameter /p verlinkt werden. Solltest vielleicht von einem anderen User diese in dein Verzeichniss reinkopieren. ------------------ 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 : Schwerpunktberechnung
Proxy am 14.01.2005 um 10:39 Uhr (0)
Befehl Umgrenzung und ._massprop nachschauen, jedoch ist die Position der Region (X/Y/Z) innerhalb des WKS sehr wichtig für manche Berechnungen. Einfach mal F1 drücken oder Suchfunktion im Forum füttern. ------------------ 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 : Schwerpunktberechnung
Proxy am 14.01.2005 um 11:03 Uhr (0)
Drücke die Taste F1 in AutoCAD Gehe auf Mittleren Reiter Suchen Suche nach Schwerpunkt Lesen ------------------ 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 : Schwerpunktberechnung
Proxy am 14.01.2005 um 11:08 Uhr (0)
Kleiner Nachtrag wegen Tool ... man kann die Befehle mit LISP kombinieren, sieht dann ungefähr so aus: Code: (defun REGKEY_R (/ KEY) (setq key (vl-registry-read (strcat HKEY_CURRENT_USER (vlax-product-key) Profiles (getvar CProfile ) General Configuration ) ;_ end of strcat TempDirectory ) ;_ end of vl-registry-read ) ;_ end of setq (eval key) ) ;_ end of defun (defun sichvar () (setq cmdakt (getvar cmdecho )) (setq osmakt (getvar osmode ...
|
In das Form Rund um Autocad wechseln |
|
Rund um Autocad : Dual Xeon und cad 2005
Proxy am 14.01.2005 um 12:00 Uhr (0)
Windows hat mehr Probleme als AutoCAD, denn nicht jede Win-Version unterstützt Multi-CPUs und AutoCAD garnicht d.H. vielleicht 3-10 % schneller wegen 2 ter CPU seitens Windows "Optimierung". ------------------ " 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 : zum x-ten Mal Ansichtsfenster
Proxy am 14.01.2005 um 13:03 Uhr (0)
IMHO: NEIN Bezieht sich auf Standardfunktionen innerhalb von AC ------------------ 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 : Ellipsenkonstruktion in AutoCAD
Proxy am 14.01.2005 um 20:29 Uhr (0)
Beispiel damit es 1000x schneller geht: Vorher Block erstellen mit Geometrie Name z.B. HEM-160-Q Befehl: teilen Objekt wählen, das geteilt werden soll: d Anzahl der Segmente eingeben oder [Block]: Block Namen des einzufügenden Blocks eingeben: HEM-160-Q Soll der Block mit dem Objekt ausgerichtet werden? [Ja/Nein] J : j Anzahl der Segmente angeben: 13 andere Lösung, gleiches Ergebnis: Pellipse auf 1 ändern Zitat: PELLIPSE system variable settings 0 All ellipses are created as true ellipses ( ...
|
In das Form Rund um Autocad wechseln |
|
Rund um Autocad : Ellipsenkonstruktion in AutoCAD
Proxy am 14.01.2005 um 20:39 Uhr (0)
hab da noch ein Bild drangehängt wie das dann aussehen könnte = ------------------ 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 : Liste vergleichen
Proxy am 14.01.2005 um 22:55 Uhr (0)
Das was du dan eigentlich genaue willst ist in der Tutorial bzw. Sample Datei db_samp.dwg von AutoDesk mitdabei. Müsst dir mal die zwei Dateien dwg + mdb (MS-Access) genau anschauen und ggf. die vorhandene Datei Brandmeldernummern entsprechend deiner Positionierung anpassen. Leider ist es so im Leben, lieber 1 Stunden vorm Zeichnen eine eindeutige Struktur erstellen als nacher 10 Stunden sinnlos durch die Gegend klicken. :P ------------------ Lisp?!?! Why the Hell did you pick the most arc ...
|
In das Form Rund um Autocad wechseln |
|
Rund um Autocad : Farbe von Blöcken ändern
Proxy am 21.01.2005 um 07:06 Uhr (0)
Schau mal hier oder www.CAD .De P.S. Suchfunktion schon gefunden ? ------------------ 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 : Farbe von Blöcken ändern
Proxy am 21.01.2005 um 07:21 Uhr (0)
Leider ist es nicht so ganz richtig Foxus, es it auch wichtig ob die Objekte innerhalb des Blockes auch den entsprechenden Farbwert vonLayer haben. Sollte es nicht der Fall sein ist es wirklich ******** egal wo der Block (layerbozogen) draufliegt. ------------------ 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 ...
|
In das Form Rund um Autocad wechseln |