I need a macro that derives parts

I need a macro that derives parts

info5RLCG
Contributor Contributor
276 Views
4 Replies
Message 1 of 5

I need a macro that derives parts

info5RLCG
Contributor
Contributor

Hi, 

I'm new to VBA and need a little bit support. 

 

There is one task that I would like to automate, which would safe me so much time:

 

Let's say I have a part Master.ipt in which there are five volumes. 

I would like to derive each volume into an individual part.

In other words the macro has to derive 1.ipt, 2.ipt, 3.ipt, 4.ipt and 5.ipt from the Master.ipt.

 

Could anyone please give me a tip how I could achieve this?

I need this to be working for Inventor Version 2021

 

Thanks alot for your help!

0 Likes
Accepted solutions (1)
277 Views
4 Replies
Replies (4)
Message 2 of 5

bradeneuropeArthur
Mentor
Mentor
Could you share a file example with the volumes?

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 3 of 5

info5RLCG
Contributor
Contributor

sure, please find attached the Master.ipt and also the 1.ipt and 2.ipt (3.ipt, 4.ipt and 5.ipt would follow the same logic) that should be derived from the master.ipt.
Thanks in advance!

0 Likes
Message 4 of 5

bradeneuropeArthur
Mentor
Mentor
Accepted solution

Isn't this what you need?

bradeneuropeArthur_0-1695293553326.png

 

bradeneuropeArthur_1-1695293612217.png

 

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 5 of 5

info5RLCG
Contributor
Contributor

Great! This is what I need! Problem solved