|
CATIA V5 Programmierung : Konstruktionstabelle aufrufen
Jang am 15.04.2009 um 10:48 Uhr (0)
Hallo Daniel,Weißt du wie man die Design Table "MATERIALLISTE" aufzurufen?Vielen Dank für deine HilfeMFGJang
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Konstruktionstabelle aufrufen
Jang am 15.04.2009 um 18:56 Uhr (0)
Ich habe schon versucht, aber ich weiß nicht wie es weiter geht.Code:Sub CATMain()Dim partDocument1 As DocumentSet partDocument1 = CATIA.ActiveDocument Set selection1 = partDocument1.Selectionselection1.Search "Name=MATERIALLISTE,all"CATIA.StartCommand(" ???? ")End SubCATIA.StartCommand("Properties") -- es funktioniert ("Design Table Properties" wird angezeigt)Aber ich will die Definition anzeigen.Brauch bitte eure Hilfe MFG
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Konstruktionstabelle aufrufen
Jang am 22.04.2009 um 14:14 Uhr (0)
Hallo Daniel,Ich habe ein Makro-Programm geschrieben (bitte siehe den Anhang). Das Ziel des Makros, ist es einem Part Material, Bezeichnung und Dichte von einer Excel-Tabelle zuzuweisen.Als Ergebnis wird eine Design Table("MATERIALLISTE") unter Relations erzeugt.Aber ich muss das Programm weiterentwickelt damit die Design Table automatisch angezeigt wird++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++CATIA.StartCommand("Properties") -- Das ist nur ein Beispiel. Ich wollt ...
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Konstruktionstabelle aufrufen
Jang am 22.04.2009 um 14:21 Uhr (0)
Hallo Daniel,Ich habe ein Makro-Programm geschrieben (bitte siehe den Anhang). Das Ziel des Makros, ist es einem Part Material, Bezeichnung und Dichte von einer Excel-Tabelle zuzuweisen.Als Ergebnis wird eine Design Table("MATERIALLISTE") unter Relations erzeugt.Aber ich muss das Programm weiterentwickelt damit die Design Table automatisch angezeigt wird++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++CATIA.StartCommand("Properties") -- Das ist nur ein Beispiel. Ich wollt ...
|
In das Form CATIA V5 Programmierung wechseln |