
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Inventor customisation fans,
I was trying to create a design template in the Multibody Part environment (MBP) for design cases we use almost every day.
We´re relying heavily on semi-finished products (plant construction), so 80% to 90% of our parts are plates, beams, pipes and similar. In most cases we create a welding assembly which has only the semifinished parts which are welded together.
What I expected from the MBP was to be able to preconfigure properties like materials and width, length and height before I create parts which then are placed into the assembly.
Now this doesn´t work right now as probably all of you already know. So I have created some iLogic code that finds the base dimensions of plates (thickness, length, width) and adds this information to the custom properties so it shows up in the BOM.
This works with a template which I have added to this thread. Now what you do is choose this template for the solid bodies which are plates when you derive your parts after you have finished setting up your MBP.
In the template I have embedded an excel sheet, that searches for a numeric thickness value (discrete) in the "thickness" column.
After finding the according entry in the excel sheet it will read out the item number from that column and writes it back into the custom properties.
We´re using a PDM system the files get uploaded to and if the PDM system finds a known item number it will automatically connect the documents to the correct item master.
Right now this works only with one material for every template. Additionaly I want to be able to get a prompt before the part get´s saved, that asks me to define a material based on the data of my style library. Does anybody has an idea how to do that with iLogic code pieces?
I will work on this further and will update the thread with new functionality. Feel free to use, modify and share this.
But please share your results and improvements in this thread.
Important information: This is work in progress and with a high probability there will be bugs or miscalculations.
Use this on your own risk.
All the best
Falk
Solved! Go to Solution.