- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Ok I think you are wanting an iLogic assembly which you will place using place ilogic component, then change the parameters before placing. The file names that need to be changed like the main assembly, ilogic driven part will be saved to the local work space, custom ipart I believe will be saved to the route project folder. You will not be able to control the file names of these files. They will just get an index number based on existing files. Example here has one ilogic part and regular iparts.
Files saved
You could develop a routine to rename these parts with ilogic afterwards if needs be.
The browser names circled have been normalized ie, renamed to keep a constant reference in the assembly regardless of files being switched in and out.
Switch a member using this snippet where Flange is the File Reference and 3 being the member row number.
iPart.ChangeRow("Flange", 3)
A tip:
If you are adding any iparts be sure to give a full file path as you will get a quicker response time than searching the complete project.
Or if this helped you, please, click (like)
Regards
Alan