Using a User Parameter in a iPart inside of an assembly with an iLogic code to adjust the length of part.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a ipart in my assembly with a iLogic code to adjust the length of the iPart and I am getting the following error message
Error on line 1 in rule: Detail G1 Height Rule, in document: TM-SD.iam
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
The iPart has a user parameter "height in assembly"
once the iPart is placed and constrained in the assembly I create a user parameter in the assembly call "part height" then I create the iLogic and the code reads: Parameter("Part):1", "Height_in_Assembly") = Height_of_Part. I had this work previous in assemblies with non iPart .ipts. I also noticed that the iPart user parameters are like a new part and my user parameters are moved to linked parameters along with all the model parameters in the iLogic folder. any guidance to resolve this issue would be greatly appreciated.