
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
After searching and hurting my head trying to figure out the code here is basically what I am trying to do.
in a drawing place a single view of a part.
Part is derived from either a part or an assembly
Ilogic to read what the file type is being derived in and run appropriate code
Part: DerivedPartComponents
Assembly: DerivedAssemblyComponents
I have searched and only found suggestions on how to create derived parts. I need it to read the file type of the Derived file in the part.
All help in this matter will be greatly appreciated.
I am able to get the program to work if I keep to the part or the assembly however then I would need two codes written and have the user decide which code to use. I would prefer having one code that Read the .ipt or .iam from the derived link. One other possible layer that will need to be addressed is that these files are in iparts.(already have a possible solution for this.
Solved! Go to Solution.