Message 1 of 3
Getting part number and name from drawing file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to create a small app that will allow me to export a PDF of a drawing in fusion with a set naming scheme including the part number, part name, and drawing revision letter. The file name would be along the lines of "[{part number}] {part name} Rev {revision level}" e.g "[01234] Bracket Rev B".
Unfortunately, I can't find any obvious way to pull this information from the active DrawingDocument object.
Is there any way to do this other than getting the information by opening the referenced 3D document to then get the part number from its properties? Obviously, this would work, but it slows down the process significantly and also doesn't include the revision level from the drawing.