Informationen zum Forum CATIA V5 Programmierung:
Anzahl aktive Mitglieder: 2.316
Anzahl Beiträge: 31.713
Anzahl Themen: 6.258

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 10141 - 10153, 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 : Methode Solid Status
moppesle am 05.12.2018 um 22:17 Uhr (1)
Hallo Bernd;Zitat:Mir ist nicht bekannt das man Solids deaktivieren kann Wie kommst du denn da drauf? Oder meinst du per Makro?------------------Gruß UweAuch Catia ist nur ein Mensch!     [Diese Nachricht wurde von moppesle am 05. Dez. 2018 editiert.]

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : C# - How to start CATIA with env details
sina123 am 06.12.2018 um 12:27 Uhr (1)
Hi is it possible to launch Catia by including the env details, with the exe path, something like C:....incnext.exe -env CATIA_P3.V5-6R2014.B24 -direnvI am able to launch with just the path but would like to know if its posible with the full details as mentioned above. Thanks!

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : C# - How to start CATIA with env details
sina123 am 06.12.2018 um 13:09 Uhr (1)
Yes, exactly!! it helps!Thanks a lot

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : How to run catutil from c# program
sina123 am 03.01.2019 um 16:25 Uhr (1)
That does not solve.Thanks but! and now it seems i am not able to get results from Catia directly also. I dont understand whats wrong. I had got success earlier but now it says "BATCH:Error Batch failed" for all batch utilities- I tried step conversion utility and Updatebatch from Catia manually Would it be some issue relating to my catia?

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : How to run catutil from c# program
sina123 am 04.01.2019 um 09:08 Uhr (1)
Yes it worked while running the batch utility manually from catia, but never in c# code. And now it does not work at all even manually I get the error during the batch execution in catia.

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Ausführen eines Befehls bei nochmaligem Drücken eines CmdButtons
LM012345 am 08.01.2019 um 11:36 Uhr (1)
Hallo zusammen, ich habe ein Makro geschrieben, um eine CATIA Tabelle auf ein Zeichnungssheet zu bekommen. Dabei habe ich die Userform Funktion mit VBA genutzt. Ich würde aber gerne die Funktion mit einbringen, dass immer eine Zeile zu der Tabelle hinzugefügt wird, wenn der Button "Zeile hinzufügen" gedrückt wird. Bisher wird dann zwar beim ersten Drücken eine Zeile hinzugefügt, bei nochmaligem Drücken aber nicht mehr.Viele Grüße,Leila

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Ausführen eines Befehls bei nochmaligem Drücken eines CmdButtons
LM012345 am 08.01.2019 um 11:53 Uhr (1)
Hallo Bernd, danke dir, ja, ich kenne die Funktion AddRow, mit der arbeite ich auch hier. Mein Code sieht so aus:Public Sub Cmd_ZeileHinzufuegen_Click() Dim CATIA As Object Set CATIA = GetObject(, "CATIA.Application") Dim MyDrawingDoc As DrawingDocument Set MyDrawingDoc = CATIA.ActiveDocument Dim MyDrawingSheets As DrawingSheets Set MyDrawingSheets = MyDrawingDoc.Sheets Dim MyDrawingSheet As DrawingSheet Set MyDrawingSheet = MyDrawingSheets.ActiveSheet Dim MyDrawingViews As DrawingViews Set MyDra ...

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Interactiv body selection
Sylas am 08.01.2019 um 15:32 Uhr (1)
Hallo ZusammenIch weiß dass ich kann filtern selektion mit: Part Feature, Punkt, Kurven, Flächen oder Volumen. Aber wie kann ich selektion uber Bodies machen?Ich will im 3D ein Objekt ankliken, und CATIA musst Body vom dieses Objekt selektieren... Geht das ohne Makro? Wenn ja - wie? wenn nein - wie?GrußLukas

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : How to run catutil from c# program
sina123 am 09.01.2019 um 10:29 Uhr (1)
So i am able to run the catutil from code as well from Catia!!Maybe can help anyone who searches next for the same!string utilPath = @"D:...CATUTIL.exe -Name UpdateBatch D: estbatch_04janBatchParameters_09.10.05.xml"; CATIA.SystemService.ExecuteBackgroundProcessus(@utilPath);

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : How to run catutil from c# program
bgrittmann am 09.01.2019 um 11:08 Uhr (1)
HiSo, you use Catia from an external program to start an external process.In this case you could also start the process direct from a command-promt (cmd.exe). (I have now glue how this is done in C#)Regards,Bernd ------------------Warum einfach, wenn es auch kompliziert geht.

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Use Catia v5 and v6 libraries in same c# project
sina123 am 09.01.2019 um 14:34 Uhr (1)
Sorry, is there more information that can be provided..i didnt understand!

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Catia CAA Lizenz
mou551 am 14.01.2019 um 14:24 Uhr (1)
Moin,ich arbeite noch nicht lange mit CATIA, deswegen entschuldigt diese (vielleicht dumme) Frage.ich wollte ein Programm schreiben, mit dem ich die Zeichnungserstellung für mich zum Teil automatisiere.Dazu wollte ich mit Visual Studio den Code schreiben und auf die CATIA API zugreifen. Jetzt habe ich erfahren, dass man die CAA Lizenz braucht um auf die API zugreifgen zu können.Kann mir jemand erklären, ob man für jeden Zugriff auf die API die CAA Lizenz braucht oder gibt es auch einen freien Zugriff in ir ...

In das Form CATIA V5 Programmierung wechseln
CATIA V5 Programmierung : Catia CAA Lizenz
bgrittmann am 14.01.2019 um 14:35 Uhr (1)
ServusDie Verwendung von CAA ist vermutlich übertrieben.Catia kann über Makros (CATScript/VBA) programmiert (nicht alles, aber vieles) werden. Diese API lässt sich zB auch per .Net ansprechen.Die Dokumentation findest du im Catia-Installationsverzeichnis (V5Automation.chm)ggf reicht dir die "normale" Makroprogrammierung schon aus.Was hast du den vor?GrußBernd------------------Warum einfach, wenn es auch kompliziert geht.

In das Form CATIA V5 Programmierung wechseln

Anzeige:

Anzeige: (Infos zum Werbeplatz)

Ergebnisseiten :  1 ...  768   769   770   771   772   773   774   775   776   777   778   779   780   781   782   783   784   785   786   787   788   789   790   791   792   793   ... 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