|
CATIA V5 Allgemein : Problem mit Ablagemappe.
alan bei der arbeit am 04.09.2008 um 13:47 Uhr (0)
Hallo Montro,wäre nicht eine Lösung, die Bilder mit dem Catia-Tool zu machen? Tools - Bild - Erfasen.------------------
|
In das Form CATIA V5 Allgemein wechseln |
|
CATIA V5 Allgemein : Standads in Catia V5
blaue_Elise am 10.10.2008 um 08:42 Uhr (0)
Zitat:Original erstellt von neatbeaters:...dann kommt eon fehler.weißm da jemand rat?Mein Rat:Shift-Taste benutzen, Rechtschreibung beachten, Problem genau beschreiben samt Systemdaten und genauer Fehlermeldung und einen Betreff wählen, der zur Frage passt.daSgehÖRteiFaCHzUmguTenTOnineIneMFOruM------------------GrußElise
|
In das Form CATIA V5 Allgemein wechseln |
|
CATIA V5 Allgemein : CATIA V5 kaufen
Mehmet M am 23.11.2008 um 16:32 Uhr (0)
Hallo,da ich mein nächstes Projekt wahrscheinlich mit CATIA V5 konstruieren muss, muss ich mir eine CATIA-Lizenz kaufen, da ich noch keine habe. Wo kann ich eine CATIA-Lizenz günstiger kaufen? Was kostet die Grundversion ungefähr?Was passiert dann nach dem Kauf? Muss man jedes Jahr die Wartung kaufen oder kann man nur die Software ohne Wartung kaufen, da ich nicht weiß ob ich CATIA nach diesem Projekt weiter einsetzen werde. Das Projekt wird etwas länger als ein Jahr dauern. Die aktuelle Version reicht mir ...
|
In das Form CATIA V5 Allgemein wechseln |
|
CATIA V5 Allgemein : CATIA V5 kaufen
CEROG am 23.11.2008 um 17:06 Uhr (0)
Zitat:Original erstellt von Mehmet M:Hallo,da ich mein nächstes Projekt wahrscheinlich mit CATIA V5 konstruieren muss, muss ich mir eine CATIA-Lizenz kaufen, da ich noch keine habe. Wo kann ich eine CATIA-Lizenz günstiger kaufen? Die haben bei allen Systemhäusern den gleichen Preis. Zitat:Was kostet die Grundversion ungefähr?Die Grundversion wäre wohl eine MD1. BIch weiß aber nicht, was die genau kann. Besser wäre vermutlich eine MD2. DAs hängt aber auch davon ab, welche Funktionen du benötigst. Wenn du ...
|
In das Form CATIA V5 Allgemein wechseln |
|
CATIA V5 Allgemein : CATIA V5 kaufen
Mehmet M am 23.11.2008 um 17:34 Uhr (0)
Hallo CEROG,danke für die schnelle Antwort. Ich kenne mich mit CATIA V5 schon aus. Bis jetzt habe ich mich aber mit der Konfiguration und den Preisen nicht beschäftigen müssen. Die nötigen Hardware habe ich.GrußMehmet
|
In das Form CATIA V5 Allgemein wechseln |
|
CATIA V5 Allgemein : 3D-Schnitt
Lusilnie am 02.03.2009 um 23:15 Uhr (0)
Hallo allerseits,schön, dass es einen Workaround gibt, aber ist der nicht etwas kompliziert?Einfacher wäre es doch mit einem Script, in etwa so:Code:Sub CATMain() Dim rootDoc As ProductDocument Set rootDoc = CATIA.ActiveDocument Dim root As Product Set root = rootDoc.Product Dim oProds As products Set oProds = root.products Dim oSections As Sections Set oSections = root.GetTechnologicalObject("Sections") Dim oSection As Section Set oSection = oSections.Add End SubIch habe die Datei auc ...
|
In das Form CATIA V5 Allgemein wechseln |
 Section_Add.CATScript.txt |
CATIA V5 Allgemein : 3D-Schnitt
Lusilnie am 02.03.2009 um 23:23 Uhr (0)
Hallo allerseits,schön, dass es einen Workaround gibt, aber ist der nicht etwas kompliziert?Einfacher wäre es doch mit einem Script, in etwa so:Code:Sub CATMain() Dim rootDoc As ProductDocument Set rootDoc = CATIA.ActiveDocument Dim root As Product Set root = rootDoc.Product Dim oProds As products Set oProds = root.products Dim oSections As Sections Set oSections = root.GetTechnologicalObject("Sections") Dim oSection As Section Set oSection = oSections.Add ...
|
In das Form CATIA V5 Allgemein wechseln |
|
CATIA V5 Allgemein : Release von Catia-Dateien ermitteln
joehz am 02.08.2015 um 20:51 Uhr (1)
Hallo Leut,unter http://catia2.cad.de/index.php/de/downloads/skripts-applikationen/282-getminversion2read-letztes-release-eines-catfiles-ermittelnhab ich eine Routine zur Versions-/Release-Ermittlung abgelegt.Beschreibung im Artikel.Enjoy,Joe------------------The problem with the world is that the intelligent people are full of doubts, while the stupid ones are full of confidence.~Charles Bukowski
|
In das Form CATIA V5 Allgemein wechseln |
 Section_Add.CATScript.txt |
CATIA V5 Allgemein : 3D-Schnitt
Lusilnie am 02.03.2009 um 23:23 Uhr (0)
Hallo allerseits,schön, dass es einen Workaround gibt, aber ist der nicht etwas kompliziert?Einfacher wäre es doch mit einem Script, in etwa so:Code:Sub CATMain() Dim rootDoc As ProductDocument Set rootDoc = CATIA.ActiveDocument Dim root As Product Set root = rootDoc.Product Dim oProds As products Set oProds = root.products Dim oSections As Sections Set oSections = root.GetTechnologicalObject("Sections") Dim oSection As Section Set oSection = oSections.Add ...
|
In das Form CATIA V5 Allgemein wechseln |
 |
CATIA V5 Allgemein : Welle dreht sich bei FEM!
moppesle am 02.08.2013 um 09:05 Uhr (15)
Hallo Erben,willkommen im Forum.Du könntest anstatt einer "Cylindrical Join" den "Prismatic Join" für die Kolbenstange verwenden.------------------Gruß UweAuch Catia ist nur ein Mensch!
|
In das Form CATIA V5 Allgemein wechseln |
|
CATIA V5 Allgemein : Alle offenen Fenster schliessen
tberger am 20.01.2012 um 12:49 Uhr (0)
Ja, per Makro:[EDIT]: Dims eingebaut für CATScriptSub CATMain ()Dim N As LongN = CATIA.Documents.CountIf N = 0 Then MsgBox "Es befinden sich keine Dokumente in der Sitzung." Exit SubEnd IfDim AllWindowsSet AllWindows = CATIA.WindowsDim SelWindowDim WindowDocumentDim MessageMessage = "Es sind " & N & " Dokumente geöffnet" & Chr(10) & "Sollen jetzt alle ohne zu sichern geschlossen werden?"answer = MsgBox(Message, vbYesNo)If answer = vbYes Then For I = N To 1 Step -1 Set SelWindow = AllWindows.Item(I) ...
|
In das Form CATIA V5 Allgemein wechseln |
|
CATIA V5 Allgemein : HalteBlech an Rohre anpassen?! HILFE
moppesle am 31.07.2013 um 12:09 Uhr (1)
Hallo skyfly4000,Zitat:Dasher ne kleine zwischenfrage, wie kann ich zb im Part Design zb zwei zylinder mit einander verschmelzen?Hast du dir schon die Datei angeschaut?Das funzt bei Bodys mit booleschen Operationen. In deinem Fall "ADD".------------------Gruß UweAuch Catia ist nur ein Mensch!
|
In das Form CATIA V5 Allgemein wechseln |
 |
CATIA V5 Allgemein : Migrite V4-Daten in V5 einladen
moppesle am 19.08.2013 um 12:34 Uhr (15)
Hallo Protyp,willkommen im Forum.Zitat:Leider schimpft Catia das die V4-Daten fehlerhaft oder nicht vorhanden sind.Bekommst du beim Öffnen eine Fehlermeldung uber nicht vorhandene Dateien? (evt.Screenshot einstellen)Eine Möglichkeit wäre, des der Kunde nicht alle Dateien mitgeschickt hat.------------------Gruß UweAuch Catia ist nur ein Mensch!
|
In das Form CATIA V5 Allgemein wechseln |