|
Autocad VBA : Durchmesserbemaßung und Aktiver Layer
Proxy am 09.02.2004 um 11:12 Uhr (0)
Code: (defun C: proxy_dimstyle_1 (/) (progn (setvar cmdecho 0) (hol_layer_alt) (command -dimstyle h proxy_dimstyle_1 ) (command graphbld ) (command _-LAYER _on LAYER-BEMASSUNG _set LAYER-BEMASSUNG ) (setvar cmdecho 1) (command _dimdiameter ) (while (not (= 0 (getvar CMDACTIVE ))) (command pause)) (setz_layer_alt) ;;EXTERNE FUNKTION einfach _player MIT ANPASSUNGEN (princ) ) ) Textüberschreibung entfernen und dan bei Präfix den Sys ...
|
In das Form Autocad VBA wechseln |
|
Autocad VBA : scroll/zoom
Proxy am 25.02.2004 um 11:40 Uhr (0)
Also ich kann problemlos in vbaide, vlide und natürlich Autocad in beide Richtungen (x und y) scrollen mit (ungedrückten) Mausrad in x-Richtung und gedrückt in beide Richtungen. P.S. Logitech MX 310 mit keinen besonderen Einstellungen. ------------------ 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 ...
|
In das Form Autocad VBA wechseln |
|
Autocad VBA : Ploteinstellungen
Proxy am 16.03.2004 um 10:49 Uhr (0)
IMHO leider nein da kein Ascii-verwandetes Format, kann nur mit AutoDesk-Applikationen geöffnet und editiert werden. ------------------ 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 Autocad VBA wechseln |
|
Autocad VBA : VBA mit dwt öffnen
Proxy am 07.07.2004 um 15:35 Uhr (0)
Aus der Hilfe: Private Sub ACADApp_ BeginOpen (FileName As String) This example intercepts an Application BeginOpen event. This event is triggered when a drawing is opened by AutoCAD. To trigger this example event: 1) Make sure to run the example that initializes the public variable (named ACADApp) linked to this event. 2) Use AutoCAD to open an existing drawing Use the FileName variable to determine which drawing file is being ope ...
|
In das Form Autocad VBA wechseln |
|
Autocad VBA : VBA mit dwt öffnen
Proxy am 08.07.2004 um 15:49 Uhr (0)
wenn du es in AutoLoad _appload reinziehst IMHO schon .... ------------------ 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 Autocad VBA wechseln |
|
Autocad VBA : 3D Simulation
Proxy am 02.11.2004 um 18:54 Uhr (0)
Also mein Tipp ist lass die Finger weg und AutoCAD als 3D CNC) Programm. Schau dich lieber nach anderen (von mir aus AutoDesk kompatiblem) Produkten/Programmen die sind es 10 mal besser für solche Aufgaben ausgerichtet und besitzten AddOns die auch eine CNC dir auch fern steuern können (Material kommt selten an die CNC). Desweiteren ermitteln die Programme dir Werte (Verschnitt, Arbeitsgangoptimierung, Arbeitszeit, Kühlmitteloptimierung pipapo ... usw) wo AutoCAD wirklich das Rad neu erfinden lassen müs ...
|
In das Form Autocad VBA wechseln |
|
Autocad VBA : 3D-Polyline
Proxy am 04.11.2004 um 09:14 Uhr (0)
IMHO kommt nur eine schnelle .explode -Methode in Frage. Irgendwie hat es keine Auswirkung auf die Optik der 3D-Pline welche Werte in dem GC stehen. ------------------ 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 Autocad VBA wechseln |
|
Autocad VBA : Auslesen von Blockeigenschaften mittels VBA möglich?
Proxy am 05.11.2004 um 18:15 Uhr (0)
Ich hab das hier nur so mal verfolgt (und teilweise gegrinst) und hab was daraus gelernt. WENN ICH EINE STELLE FÜR EIN KOSTENLOSES STUDENTENPRAKTIKUM BESETZEN WÜRDE, WÄRE ES 100% ig DAS CAD.DE FORUM UND KEIN STUDENT! P.S. Jedoch im echten leben Lieber willig als billig oder einfach öffters auf hilfreiche Signaturen achten ------------------ 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 Au ...
|
In das Form Autocad VBA wechseln |
|
Autocad VBA : DXF in Verbindung mit VBA zum Ändern von Zeichnungen geeignet?
Proxy am 10.11.2004 um 10:09 Uhr (0)
[...]Wie kann ich dann mit einem Programm auf diese Blöcke zugreifen und diese bspw. in der Zeichnung umpositionieren oder auch drehen usw...?[...] Als Beispiel ein einfacher Block: (-1 . Objektname: 4020ebb0 ) (0 . INSERT ) (330 . Objektname: 4020ccf8 ) (5 . C86 ) (100 . AcDbEntity ) (67 . 0) (410 . Model ) (8 . PROXYSLIEBLIENSGSLAYER ) (100 . AcDbBlockReference ) (2 . PROXYSLIEBLIENGSBLOCKNAME ) (10 17.0116 44.9085 0.0) (41 . 1.0) (42 . 1.0) (43 . 1.0) (50 . 3.65054) (70 . 0) ( ...
|
In das Form Autocad VBA wechseln |
|
Autocad VBA : DXF in Verbindung mit VBA zum Ändern von Zeichnungen geeignet?
Proxy am 10.11.2004 um 10:56 Uhr (0)
Zitat aus der allmächtigen Onlinehilfe: [...] ( entmake ((0 . CIRCLE ) (62 . 1) (10 4.0 4.0 0.0) (40 . 1.0))) [...] einfach mal in die schon bekannte Befehlszeile reinkopieren und mit ENTER bestätigen. Zusammenhänge nachlesen. ------------------ 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 ...
|
In das Form Autocad VBA wechseln |
|
Autocad VBA : DXF in Verbindung mit VBA zum Ändern von Zeichnungen geeignet?
Proxy am 10.11.2004 um 12:41 Uhr (0)
schau in der hilfe unter appload. Menü Extras: Anwendung laden ------------------ 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 Autocad VBA wechseln |
|
Autocad VBA : Datenbankaufbau
Proxy am 11.11.2004 um 10:03 Uhr (0)
F1 drücken, db_samp.dwg und db_samples.mdb anschauen. ------------------ 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 Autocad VBA wechseln |
|
Autocad VBA : Objektverknüpfung mit Datenbank
Proxy am 11.11.2004 um 13:04 Uhr (0)
_dbconnect eingeben enter Provider auswählen Ms OLE DB for ODBC Drivers oder so... je nach OS und Office Version, Datenquelleytyp auswählen bei 2ten Reiter mdb suchen ... Login vergeben falls ein vorhanden, bei Erweitert die entsprechenden Berechtigungen setzten, und unter alle vielleicht paar kritische Werte erfassen (anpassen) Connect Timeout, Data Source überprüfen etc. Dann müsste auf der linken Seite die Tabellen erscheinen die in der MDB existieren. Der Rest ist schönes MSSQL . P.S. Dont forget ...
|
In das Form Autocad VBA wechseln |