How to generate PDF files for IPart members?

How to generate PDF files for IPart members?

vijaykumarreddy25
Contributor Contributor
190 Views
1 Reply
Message 1 of 2

How to generate PDF files for IPart members?

vijaykumarreddy25
Contributor
Contributor

 Please provide sample code for generate  PDF files for IPart members.

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

gerrardhickson
Collaborator
Collaborator

Inventor VBA forums are not really for task requests - for that try Fiverr.com

If you have a specific problem with some code you're writing, try sharing that and we can help.

To offer some general guidance - you'll need to do the following:

  • open the iPart Factory file, then
  • define PDF settings
  • For each row in the iPart factory table:
    • Activate iPart Model
    • Generate PDF

You question is vague - so I've taken it literally here, as in you want a PDF (image) of each member of an iPart Factory.

 

If you have an iPart Factory with a drawing that represents it, then you'll need to do similar steps, except you'll open the Drawing containing the iPart Factory, set the drawing views to the first element in the factory, generate the PDF, then cycle to the next element and so on.

 

Hope that helps.