Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
BASEDIRECTORY = "G:\Pipes\AUTOMATION FILES\"
BASEFILE = "10PIPE.ipt"
Dim UPDATEFILE As String = BASEDIRECTORY & BASEFILE
Dim pDoc As PartDocument = ThisApplication.????? Dim pDoc.ComponentDefinition.Parameters.Item("DIAMETER").Value = DIAMETER 'PARAMETER IN IDW
This controller is setting parameters in around 10 of 200 parts and assemblies
then I plan to copy and rename the idws, parts, and assemblies to a new folder
(as well as dump the new assemblies into a new assembly)
I have done this from an assembly to parts in the assembly, but never to a closed assembly
Thanks for any help
Solved! Go to Solution.