Replace Styles and Standards in a drawing using iLogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm looking for a solution which is to replace all styles and standards in a drawing like Dimensions Styles, Layers Styles etc... by new ones. Using iLogic.
The idea is to use an old drawing that was made for an old customer and run a code that will 'REPLACE' all the old styles with new styles that will meet the new customer's requirements.
I know they are few posts on that subject but I don't like the solutions proposed. Specifically when it comes to replace Dimension Styles. The codes I found, always browse in a drawing sheet and gets all the dimensions in it and changes individually the actual style by a new one. But if you do so, you loose all modifications made to a specific dimension. E.g. changes made on the amount of digits.
What I'm looking is a code that will go in the Style Manager and literally REPLACE a style by another style. As it is possible to do manually.
Is this available in Inventor API?
Thanks.