12-13-2023
09:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-13-2023
09:33 PM
Hi @WCrihfield . thank you for sharing the code.
Compared to you, I'm probably just getting in the the iLogics and try to learn a bit from day to day ![]()
I have a question / not to your code. In line 11 (elsif) you check wether it is a Part Document or an Assembly Document. Nevertheless you check both times for "oDoc.DocumentType = DocumentTypeEnum.kPartDocumentObject"
So it probably needs to ba a "kAssemblyDocumentObject" in line 11?