Access shared data files A360
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
So, we have finally finalised our C360 Models, and have created a library of presets to speed up the overall C360 model. due to the 1GB limit on zip files, we have enabled the 'Access shared data files' in the C360 options, and used the 'GetSharedDataFile' function in the ilogic code to replace part occurences in the main assembly from A360 as required, based on input parameters
Component.Replace("Neivalu_Frame", GetSharedDataFile("Neivalu\Presets\" & w/1000 & "m\Cladding\Neivalu_" & w & "x" & l & "x" & h & "_Frame.ipt"), False)
This works great, and is a massive improvement on reload times which is now down to a few seconds instead of over 1min.
However, when we come to download a PDF, or IDW file, they are no longer behaving correctly. The IDW is either failing completely, or just displaying the default initial state without any changes showing.
I breifly solved this problem, by removing any sketch references (for the purpose of dimensioning) in the IDW from the A360 Part files, and instead placing referenced sketches in the main assembly... but since then, it seems to have stoppd working agin.... I cant understand why at the moment.
Can anyon shed any light on this issue? do I need to set a new folder refrence in the ipj file to point at my A360 folder? if so how do I reference the A360 folder? I also tried saving the part files back to the c360 temp folder after replacing them with A360 files, but this didnt work either.... there must be a way ???