Message 1 of 2
Change parameter depending of view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello there and happy new year !
I've tryied to change a parameter depending of view, unfortunately unsuccessful. Any ideas?
Dim oAsmCompDef As AssemblyComponentDefinition = ThisApplication.ActiveDocument.ComponentDefinition Dim oCompOcc As Inventor.ComponentOccurrence oAsmCompDef.RepresentationsManager.DesignViewRepresentations.Item("min").activate Distance_A = 10 oAsmCompDef.RepresentationsManager.DesignViewRepresentations.Item("max").activate Distance_A = 15
All the best for you
Alex