Ilogic .ipt .iam & Excel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a floor steel part (.ipt), a floor refractory part (.ipt) and a floor brick part (.ipt). These three parts are assembled in a floor assembly (.iam) and this assembly is assembled in a top level assembly (.iam). The features that I want to control in each of the three parts are the thicknesses of each part and a cirecular hole cutout in each part. I have an excel spreadsheet that calculates the values for the thickness and the circular cutout for each part based on additional information in the excel spreadsheet. I am able to go out to excel and read the cell values that I need for the thickness and the circular cutout for each part. My question is how is the best way to organize the Ilogic code in the assemblies and parts. Is the best way to have all the parameters that define the thickness and the circular cutout of each part defined in the top level assembly and have an ilogic code in the top level assembly that goes out and reads the values from the excel spreadsheet and then have the Ilogic code in the top level assembly push the values down to the child assemblies and parts. Is there a better way, maybe have Ilogic code in each child assembly and parts that goes out and reads it's own values from the excel spreadsheet. What is the best way to organize this. Thanks in advance for all responses.