Informationen zum Forum CATIA V5 Programmierung:
Anzahl aktive Mitglieder: 2.316
Anzahl Beiträge: 31.709
Anzahl Themen: 6.257

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 2263 - 2275, 10965 Gesamtergebnisse mit Suchbegriffen catia v5 sec.

Direkter Link in ein Forum:

CATIA V5 Allgemein CATIA V5 Drafting CATIA V5 CAM CATIA V5 Kinematik DMU CATIA V5 Programmierung
CATIA V5 Flächen CATIA V5 Part / Assembly CATIA V5 Infrastruktur CATIA V5 Datentransfer CATIA V5 FEM
CATIA V5 ICEM Shape Design CATIA V5 Composite

CATIA V5 Programmierung : Zeilenfortsetzung R16
Heini_K am 30.01.2007 um 09:27 Uhr (0)
Hallo,Nach dem Wechsel von R14 auf R16 führt die Verwendung von Zeilenfortsetzungszeichen in der MsgBox zu der Fehlermeldung: "Invalid Character"---------------------------------------------------Bsp.:MsgBox "Hallo" & _ "Welt"bzw.MsgBox "Hallo" + _ "Welt"---------------------------------------------------Führt beides zu der oben genannten Fehlermeldung. Komischerweise tritt dieses Phänomen nur bei der UNIX- Version von Catia und nur beim ersten Starten (Kaltstart) auf. Beende ich Catia und starte es neu, ...

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Zeilenfortsetzung R16
Legat am 22.02.2007 um 20:48 Uhr (0)
Hallo,ich habe das selbe Problem mit R16.Meine erfahrung: Wenn das Makro unter VB läuft dann funktioniert es,wird es aber direkt durch CATIA (*.CATScript) gestartet, funktioniert es nicht!Kann das jemand bestätigen?

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Visual Basic 2005 vs. VBA
Axel.Strasser am 22.02.2007 um 21:43 Uhr (0)
VB2005 läuft auch mit Catia (allerdings nicht mit der VB2005 Express Version). Der Unterschied ist mit VB2005 lassen sich Applikationen entwickeln (als exe Files), die mit Catia "kommunizieren", während das andere interpretierte Makros sind. Mit VB2005 kannst Du dann natürlich auch Masken und Formulare gestellen, da bist Du mit VBA eingeschränkt.Axel

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Visual Basic 2005 vs. VBA
hagard am 23.02.2007 um 09:43 Uhr (0)
Hallo!Zuerst danke ich Euch.Noch möchte ich Euch auf VB2005 Selection fragen.Dim CATIA as INFTIF.Application= GetObject(,"CATIA.Application")Dim oActDoc as INFTIF.Document= CATIA.ActiveDOcumentdim oSel as INFTIF.Selection= CATIA.SelectionIst diese CODE gut oder nein?DANKE SEHRHAGARD

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : makro in drafting recording
toyo83 am 15.02.2007 um 11:36 Uhr (0)
Hello im from poland and my german is not so good so my english im working now in germany in lindau and im starting to learn catia programming with VB. i have some basic quastions : i want to record a macro in a drafting, i have there a table with some informationns. i want to update those informations with a macro but when im starting to record a macro in drawing i have only a blank page with no code only sub CATmain() and nothing else. is there a way to record a macro in a drawing ?? reagrd tom

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : makro in drafting recording
Augustiner am 15.02.2007 um 11:48 Uhr (0)
Servas Macrorecorder doesnt work in all Workbenches, sometimes Helps a restart of Catia.

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : makro in drafting recording
toyo83 am 15.02.2007 um 13:29 Uhr (0)
Zitat:Original erstellt von Augustiner:Servas Macrorecorder doesn´t work in all Workbenches, sometimes Helps a restart of Catia.i did it several times but it dosent work but its there a pasibility to manipulate drawing varaibles with vba. i need some exaple code to go thru this

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Visual Basic 2005 vs. VBA
hagard am 23.02.2007 um 09:44 Uhr (0)
Hallo!Zuerst danke ich Euch.Noch möchte ich Euch auf VB2005 Selection fragen.Dim CATIA as INFTIF.Application= GetObject(,"CATIA.Application")Dim oActDoc as INFTIF.Document= CATIA.ActiveDOcumentdim oSel as INFTIF.Selection= CATIA.SelectionIst diese CODE gut oder nein?DANKE SEHRHAGARD

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Abmasstabelle
Bastel01 am 18.08.2004 um 19:04 Uhr (0)
Hallo.Mich würde dieses Script auch interessieren, jedoch weis ichnicht , wie man es zum Starten unter Catia V5R13 bringt?!Was mus ich da tun?Wäre über Hilfe dankbar!!MfGbastel

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Drawing automation with vba or catscript
toyo83 am 27.02.2007 um 09:40 Uhr (0)
Hy im a beginner in catia programming and i have one big quiestion could any one send me some code examples in vba or catscript for drawing automation with( how to place text on a drawing, how to change its heigh etc) it would be very helpfull becouse i cant record makros on drawing and i have no examples. Thank Best regards ps This is my email: toyo83@gmail.com

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Drawing automation with vba or catscript
Augustiner am 27.02.2007 um 10:42 Uhr (0)
If you need Code examples then watch the documention(Automation.chm) ,its in Directory where CATIA is Installed,or use search in forum.You will find enough samples here .And no one will send you Code samples I am sure, even then they will post it here.

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Drawing automation with vba or catscript
toyo83 am 27.02.2007 um 10:52 Uhr (0)
Zitat:Original erstellt von Augustiner:If you need Code examples then watch the documention(Automation.chm) ,its in Directory where  CATIA is Installed,or use search in forum.You will find enough samples here .And no one will send you Code samples I am sure, even then they will post it here.thanks for yuor replay ok i will search in the catia help

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Rootknoten aktivieren
tomtom1972 am 19.02.2007 um 07:14 Uhr (0)
Hallo Lambo5,was du schreibst ist nicht richtig.Es kann in einer verschachtelten Produktstruktur in der tiefsten Ebene ein Part aktiviert sein (in dem du dich befindest, welches also "blau hinterlegt" ist), und du kannst in der kompletten restlichen Struktur Objekte löschen/anlegen/editieren.Das ein Part/Product "blau hinterlegt" (= aktiviert) sein muss, um mittels Script etwas damit zu machen ist ein Irrtum, den ich im Forum öfter lese. Das ist nur für bestimmte mittels CATIA.StartCommand ausgeführte Befe ...

In das Form CATIA V5 Programmierung wechseln

Anzeige:

Anzeige: (Infos zum Werbeplatz)

Ergebnisseiten :  1 ...  162   163   164   165   166   167   168   169   170   171   172   173   174   175   176   177   178   179   180   181   182   183   184   185   186   187   ... 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