Enable "Copy Model iProperties"

Enable "Copy Model iProperties"

mrawesomelemons
Enthusiast Enthusiast
2,604 Views
25 Replies
Message 1 of 26

Enable "Copy Model iProperties"

mrawesomelemons
Enthusiast
Enthusiast

I have made a script to update all the iProperties before saving.

This only works for custom iProperties if the option "Copy model iproperties" is enabled and the custom iproperties I want to copy are selected.

 

In my template I have enabled this option but for my older drawings I have this option disabled. There are so many drawings I can't possibly go through them manually and change the option so I want to make an iLogic rule or something alike to enable this option and select the custom iproperties I want to have copied and updated.

 

Is there any way to enable and select custom iProperties to copy in de document settings?

0 Likes
Accepted solutions (1)
2,605 Views
25 Replies
Replies (25)
Message 21 of 26

bradeneuropeArthur
Mentor
Mentor

see this too:

https://forums.autodesk.com/t5/inventor-customization/copy-model-iproperty-settings-with-ilogic/m-p/...

 

Regards,

Autodesk Software: Inventor Professional 2018 | Vault Professional 2018 | Autocad Mechanical 2018
Programming Skills: Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
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 !

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 22 of 26

idealogicERZYZ
Advocate
Advocate

Hello,
Is there a solution in this case? Can you enable the copy option iProperties using ilogic, vb or API?

 

E

Message 23 of 26

bdesiderato
Explorer
Explorer

It would be so nice to have this option. I also now manually copy model iproperties for every drawing and am looking into some code that can run this at an assembly level or possibly a code that I could run in the detail/ass'y drawing alone. It takes a decent bit of time to find the model in my directory, maybe there is a way that it could open up the file location off the bat when searching for the model that I want to copy. Any help appreciated. 

0 Likes
Message 24 of 26

karthur1
Mentor
Mentor

I know this post is a couple yeas old.  Is it still not possible to set these boxes via iLogic?

 

Thanks

 

karthur1_0-1733934185152.png

 

 

 

0 Likes
Message 25 of 26

bdesiderato
Explorer
Explorer

Hey, 

 

No I haven't found a solution to this problem via iLogic, but there might be a solution that I don't know of. 

 

What I do is 'drive' the drawing title block from the model iProperties. 

 

An easy way to set this up is to create a drawing template that does this for you. So every time you create a new drawing you reuse that template that has the title block driven from model iProperties. So once you drop the model in the drawing the title block populates. In hindsight this is much more efficient due to BOM's being driven from the model and not the drawing.  

 

Hope this helps. I haven't had to copy model iproperties manual like this for a couple of years. 

 

Regards,

Ben 

0 Likes
Message 26 of 26

bradeneuropeArthur
Mentor
Mentor

Using a simple add-in (Attached) would help in this case. I have prepared this for those who cannot wait till future implementation. 

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