Hier gibt es eine Anleitung, wie man den Schwerpunkt einzelner Komponenten einer Baugruppe in eine Tabelle auf die Zeichnung bekommt.
- Open up any assembly that contains sub-assemblies
- Run the macro that you can find here.
The macro generates a CSV file in the workspace.
The file has the same name as your assembly but with the extension .csv - Create a drawing view
- Add a generic table to the drawing based on the CSV file
- Run the macro again when your assembly has changed.
The generic table will update automatically once you activate the drawing.
Kann man die csv evtl. unter Angabe eines Pfades in ein anderes Verzeichnis speichern? Die Ersetzung des ThisApplication.FileLocations.Workspace .... durch einen anderen Pfad schlägt fehl. Da wir die meisten Dateien über das Productstream Pro verwalten und bearbeiten, tut sich das Makro bei der Dateierstellung schwer.
AntwortenLöschenViele Grüße und einen guten Start ins neue Jahr :)
setze mal ein
AntwortenLöschenoutputfile = "c:\mein\Pfad_ohne Backslash am Schmuss" + "\" + odoc.DisplayName + ".csv"
Habe ich gemacht. Das Egebnis war eine Datei ohne Endung und ohne Inhalt.
AntwortenLöschen