|
Rund um Autocad : Vorlagendatei
Proxy am 17.03.2004 um 15:23 Uhr (0)
schon mal _dwgprop versucht ? ist relativ einfach damit, wenn in der Vorlagendatei paar Infos stehen. Komischerweise wird die Bearbeitsungszeit der Vorlage mit auf die neue Datei draufaddiert, aber wir wissen ja alle wie sichr/verbindlich diese Informationen sind. ------------------ 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 Aut ...
|
In das Form Rund um Autocad wechseln |
|
Rund um Autocad : Zeichnungsabgleich
Proxy am 17.03.2004 um 15:35 Uhr (0)
Ein bisschen die Zitiertrommel rühren. Zitat: PlanDiffViewer Der PlanDiffViewer ist unabhängig vom CAD-System und wird zur Visualisierung von Änderungen in CAD-Plänen eingesetzt. Der PlanDiffViewer bietet Ihnen: Visualisierung der Änderungen zwischen zwei Versionen eines Planes. Die Pläne können in ISO 10303 STEP, hpgl oder hpgl/2 vorliegen. Die farbige Kennzeichnung der neuen, gelöschten und geänderten Elemente ermöglicht Ihnen den Überblick über die gesamte Änderungsgeschichte eines Plan ...
|
In das Form Rund um Autocad wechseln |
|
Rund um Autocad : Voransicht fehlt
Proxy am 17.03.2004 um 15:41 Uhr (0)
Was steht so alles unter Extra | Optionen | Anzeige ? Welche Optionen sind denn alle aus ud was für Were sind da sonst eingestellt ? ------------------ 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 Ashade
Proxy am 17.03.2004 um 16:51 Uhr (0)
Schnellauswahl, Blöcke (dürften so ca. 9 Stück sein) die auf dem Layer ASHADE liegen löschen, dann mit Expresstools den Layer durch explizite Eingabe löschen) oder so ähnlich. Opps hab vergessen dass es zwei Blöcke (Reservierte namen) gibt : AVO_GLOBAL und AVE_RENDER die vorher wegbereigen. ------------------ 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 : Layer Ashade
Proxy am 17.03.2004 um 20:04 Uhr (0)
Fehlerhaftes Lispchen fürs Löschen von den doofen Layer. Einfach laden und killashade eingeben Code: (defun C:killashade () (command _-layer _set 0 ) (command _-layer _unlock ASHADE ) (command _erase (ssget _X ((0 . INSERT ) (2 . AVE_GLOBAL ))) ) (command _erase (ssget _X ((0 . INSERT ) (2 . AVE_RENDER )) ) ) (command _purge _blocks AVE_GLOBAL _no ) (command _purge _blocks AVE_RENDER _no ) (command _purge ...
|
In das Form Rund um Autocad wechseln |
|
Rund um Autocad : interne CAD-Standards
Proxy am 17.03.2004 um 20:16 Uhr (0)
Ein paar grosse Unternehmen haben das fast 400-500 seitige Dokumentation die in bestimmt einem der unendlich vielen Unterpunkte eine Lösung für die Problemchen des CAD lers bestimmt. Nur inwiefern sowas überhaupt bei dir ( Bauingenieurbüro das sind doch die mit der geilen ZE-Einheit [m]) logisch ist musst du in einem langen Findungsprozess entscheiden. Am besten alles ganz strikt definieren und dann die Zügel langsam lösen. ------------------ Lisp?!?! Why the Hell did you pick the most arc ...
|
In das Form Rund um Autocad wechseln |
|
Rund um Autocad : AutoCad mit VBA
Proxy am 18.03.2004 um 12:23 Uhr (0)
Paar Infos zur 2005. ------------------ 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 : 3d-Modelle von Autos, Menschen
Proxy am 18.03.2004 um 15:51 Uhr (0)
3D Cafe ------------------ 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 : Polylinienstützpunkt einfügen
Proxy am 18.03.2004 um 17:25 Uhr (0)
Hab da mal aus dem Forrum advert.lsp, Marc Scherer hat da bereits ein paar Modifikationen vorgenommen, getestet und habe dass kleine Problem, dass die Linien geteilt werden am neuen Punkt. Wollte fragen ob das bei euch auch so ist und ob dieser Fehler wegprogrammierbar wäre ? Code: ;;; ADVERT.LSP Add a Vertex (c)1995, Steve Houghton ;;;revised 3/23/95 to ensure new vertex is at crosshairs ;;;thanks to Patrick Wheatley ;;;Inserts a vertex in a polyline. If a line is selected, it offers to convert ;;;it t ...
|
In das Form Rund um Autocad wechseln |
|
Rund um Autocad : Polylinienstützpunkt einfügen
Proxy am 19.03.2004 um 13:44 Uhr (0)
Bögen sind eigentlich sehr sehr sehr selten da. Kannst du bitte die Routine posten oder via PM schicken ? ------------------ 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 : Rohdichte für Volumenkörper
Proxy am 19.03.2004 um 16:53 Uhr (0)
Ich habe mal aus Neugier die "mass.lsp" unter Acad 2k2 und 2k4 getestet, (command _massprop, angepasst. Leider kommt egal was fuer Material und Geometre immer Masse 0 obwohl AutoCads Internes "_massprop" bei Volumen den richtigen Wert anzeigt. Das Tool zeigt wie gesagt immer 0 Hab von "verrückten" Profilen bis runter auf ein 100 x 100 Würfel getestet, nix ging.------------------ "Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-rooted-in-the-computer-science-department languag ...
|
In das Form Rund um AutoCAD wechseln |
|
Rund um AutoCAD : Rohdichte für Volumenkörper
Proxy am 19.03.2004 um 20:30 Uhr (0)
Hab da ein paar Anpassungen bzw. Korrenturen eingebaut.Ich gehe davon aus: Zeichnungseinheit in der Datei = mmAusgabe/Eingabe für Volumen in m³, Masse in kg und Dichte in kg/dm³Code:;;; MASS.lsp bzw MASSE.LSP (DE) ;;;---------------------------------------------------------------------;;; Author: Dipl.eng. GYARMATHY ATTILA ;;; E-mail: gyattila@rdslink.ro gyattila@hotmail.com ;;; About: Calculate mass of AutoCAD 3D solids. ;;; Working good with AutoCAD14 - 2000. ;;;------------------------- ...
|
In das Form Rund um AutoCAD wechseln |
|
Rund um AutoCAD : Rohdichte für Volumenkörper
Proxy am 19.03.2004 um 20:43 Uhr (0)
Opps, eine kleine Änderung: setq masa (* (* volum ro) 1000))------------------ "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 |