- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My goal is to force every part that created inside the parent assembly to retrieve property from the parent assembly and copy the property to itself (for example Stock Number)
SyntaxEditor Code Snippet
stockNum = iProperties.Value(ThisDoc.Path, "Project" , "Stock Number") iProperties.Value("Project", "Stock Number") = stockNum
I believe instead of "ThisDoc.Path" should be some other command...
I also found an example to do such an operation from assembly rule other than part rule however it runs in a loop over all parts each time to change their properties which not good enough considering I'd like to retrieve different properties for different kind of parts...
For better understanding: parts are saved as templates and created using iLogic within the assembly...
Solved! Go to Solution.