|
Autocad VBA : AecMVBlockRef - Attribute auflisten
Proxy am 01.12.2004 um 15:22 Uhr (0)
ich habe zwar kein ADT (bin auch froh drüber) aber ca. [...] For Each ent In ThisDrawing.ModelSpace If ent.EntityName = "AcDbBlockReference" Then BlockObjAttributes = ent.GetAttributes If ent.Name = "AecMVBlockRef" Then BlockObjAttributes = ent.GetAttributes [...] BlockObjAttributes(0).TextString = WERT_0 BlockObjAttributes(1).TextString = WERT_2 usw. usw. besser schleife drauf [...] was die "auflisten" Tätigkeit angeht habe ich keine Ahnung was du genau willst. ---- ...
|
In das Form Autocad VBA wechseln |
|
Autocad VBA : X-Y-Z-Koordinaten eindeutig bestimmen
Proxy am 06.12.2004 um 12:56 Uhr (0)
Schon mal heute vor dem Posten F1-Taste gedrückt ? ------------------ " 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 entladen
Proxy am 07.12.2004 um 12:48 Uhr (0)
Beim Beenden ist das BeginQuit event wichtig und die UnloadDvb-Methode entlädt dir dein Project . ------------------ 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 entladen
Proxy am 07.12.2004 um 20:19 Uhr (0)
Zitat aus der Hilfe: Code: Sub Example_LoadDVB() This example loads a DVB file and runs a macro contained in the file using the RunMacro method. This example uses a DVB file named drawline.dvb. You should change the example to use a file on your computer. * Note: If you open a DVB file and then run the example to load it, there will be an error when the DVB file is unloaded. Dim FileName As String FileName = c:drawline.dvb Load a sample ...
|
In das Form Autocad VBA wechseln |
|
Autocad VBA : neues Problem bei sequentiellen Dateien
Proxy am 08.12.2004 um 13:41 Uhr (0)
------------------ 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 : Datei lässt sich nicht öffnen!
Proxy am 08.12.2004 um 17:06 Uhr (0)
Zitat: Original erstellt von kiltswitch: Zu den Monsterthreads: Du mußt doch zugeben, sie sind nicht mehr ganz so groß. Ich nehme in letzter Zeit auch Beiträge von mir wieder raus, die ich nicht mehr benötige. Naja, darüber lässt sich streiten und es ist ganz schön egoistisch, man darf davon ausgehen, die Vergangenheit hat es ja reichlich gezeigt, dass es mehr Forumbesucher von deiner Art gibt. ------------------ Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-r ...
|
In das Form Autocad VBA wechseln |
|
Autocad VBA : Gütigkeitsprüfung
Proxy am 10.12.2004 um 12:07 Uhr (0)
Zitat: IsNumeric Function Example This example uses the IsNumeric function to determine if a variable can be evaluated as a number. Dim MyVar, MyCheck MyVar = 53 Assign value. MyCheck = IsNumeric(MyVar) Returns True. MyVar = 459.95 Assign value. MyCheck = IsNumeric(MyVar) Returns True. MyVar = 45 Help Assign value. MyCheck = IsNumeric(MyVar) Returns False. ------------------ Lisp?!?! Why the Hell did you pick the most arcane, obscure, and hopelessly-roo ...
|
In das Form Autocad VBA wechseln |
|
Autocad VBA : Schieben von Blockreferenz mit Hilfe ObjectID möglich?
Proxy am 13.12.2004 um 12:52 Uhr (0)
Handle != OwnerID Das eine Bild Umleitung kennst du noch ? ------------------ 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 : SOLANS,SOLZEICH,SOLPROFIL
Proxy am 14.12.2004 um 07:25 Uhr (0)
SendCommand hilft immer. ------------------ 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 : variabler Outputpfad bei sequentieller Datei
Proxy am 21.12.2004 um 22:24 Uhr (0)
Mal zum Bewerber ... hab da mal paar suchmaschinen angeworfen... das Ergebniss ist leider armsellig für einen Headscout. Da wird einfach mitten durch die fachforen gespammt ohne jeglichen anstand, ich könnte fast sagen logikfrei. Alternativer Benutzername: CNC-Arena Ramona bzw. real-life Brandinfo , Chorin OT Brodowin ------------------ 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 AutoCA ...
|
In das Form Autocad VBA wechseln |
|
Autocad VBA : Zusätzliche System-variablen in AutoCAD erstellen
Proxy am 04.01.2005 um 15:28 Uhr (0)
Tipp: Versuchs doch mal mit einer Datei z.B. INI, CFG, halt ASCII . ------------------ 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 : Notbremse ziehen
Proxy am 05.01.2005 um 10:53 Uhr (0)
SDI könnte helfen oder einfach sauberer Progen. ------------------ 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 : Notbremse ziehen
Proxy am 05.01.2005 um 11:52 Uhr (0)
Schau mal in der Online-Hilfe bei Sub Example_SetVariable() und/oder schau das du die bereits verarbeiteten DWGs nach auch sauber schliesst und erst danach die nächste Datei öffnest. Das mit Performance ist unter jedem OS normal, 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. ...
|
In das Form Autocad VBA wechseln |