|
CATIA V5 Programmierung : Große Probleme mit Design Table (Konstruktionstabelle)
tonka am 04.02.2008 um 11:08 Uhr (0)
Ja, der Design Table in CAA find ich wesentlich einfacher.Werd probieren, mit der Methode FileSystem/File/TextStream zu arbeiten, jedoch is das hald ein bisschen umständlich, aber ich probiers mal so.Wenns nicht geht, werd ich eine DLL in CAA machen, das interface für VB freigeben und dann so denn design table erstellen.Die Lösung schreib ich dann eh hier im Forum :-).MfGTonka
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Große Probleme mit Design Table (Konstruktionstabelle)
tonka am 04.02.2008 um 08:48 Uhr (0)
Interessant.Frage: Wie legst du eine "Spalte" an, ich finde keine Methode!MFGTonkaPS: Mit CAA geht das eindeutig einfacher, aber in diesem Fall kann ichs nicht benutzten (schade)
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Große Probleme mit Design Table (Konstruktionstabelle)
tonka am 04.02.2008 um 07:47 Uhr (0)
Hy,nein, meine Excel-Tabelle hat keine Spalte "xyzcolumn", diese lege ich doch mit "AddAssociation" an, oder?MFGTonka
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Große Probleme mit Design Table (Konstruktionstabelle)
tonka am 01.02.2008 um 11:33 Uhr (0)
Hy@all,ich habe ein großes Problem mit dem automatisierten anlegen von Kosntruktionstabellen (DesignTable). Ich programmiere Makros mittels VB6.0.Mein Code für das anlegen eines DesignTable sieht bei mir folgendermaßen ausCode:Dim ActPrt As PartSet ActPrt = CATIA.ActiveDocument.Part Dim Rel As RelationsSet Rel = ActPrt.RelationsSet NewDesignTable = Rel.CreateDesignTable("testname", "testcomment", False, "C:Documents and SettingsUSERDesktopKonstruktionstabellexyz.xls") Dim x As DimensionSet x = ActPrt.Par ...
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Design Table (Konstruktionstabelle) erzeugen und Parameter hinzufügen
tonka am 18.10.2007 um 13:06 Uhr (1)
Geht nicht = type mismatch!andere idee?
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Design Table (Konstruktionstabelle) erzeugen und Parameter hinzufügen
tonka am 18.10.2007 um 13:22 Uhr (1)
Zitat:Ist in der Tabelle auch der entsprechenden Spalte der Typ "Länge" zugewiesen?Wie meinst du das? Ich erstelle die tabelle neu, wie mache ich eine Spalte "Länge"???DankeMfGTonka
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Design Table (Konstruktionstabelle) erzeugen und Parameter hinzufügen
tonka am 22.10.2007 um 07:56 Uhr (1)
Hallo!Leider funktioniert das von dir (apollo 11) auch nicht. Habe den Code jetzt auf 5 Maschinen getestet und es war überall das selbe, jedoch bei einem Kollegen (andere Firma) hat der exakt selbe Code mit exakt gleichem CATIA funktioniert.MfGTonka
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Design Table (Konstruktionstabelle) erzeugen und Parameter hinzufügen
tonka am 22.10.2007 um 08:18 Uhr (1)
nein. warum?
|
In das Form CATIA V5 Programmierung wechseln |