Adding "Assembly" or "Part" Description Property To PDF Files

Adding "Assembly" or "Part" Description Property To PDF Files

isocam
Collaborator Collaborator
350 Views
1 Reply
Message 1 of 2

Adding "Assembly" or "Part" Description Property To PDF Files

isocam
Collaborator
Collaborator

Can anybody tell me if the following is "in the road map" for Fusion 360 "API"?

 

I am using a Fusion 360 Python API script to create a PDF file.

 

I want to add the "Assembly" or "Part" description property to the PDF file name.

 

For Example,

 

If the description property of the "Assembly" or "Part" inserted into a drawing is "Thrust Bearing Support Plate", then the PDF file name will be

 

1000-001   Thrust Bearing Support Plate.Pdf

 

Is this going to be a possibility?

 

Many thanks in advance!

 

Darren

0 Likes
351 Views
1 Reply
Reply (1)
Message 2 of 2

tykapl.breuil
Advocate
Advocate

From what I gathered, you are using the DrawingExportManager, in that case you can change the filename with this method and you can get the part description with this one.

 

If that doesn't answer your question, maybe you can provide us with your code (or part of it) and a sample file to work out where the problem is.

0 Likes