Message 1 of 2
Frame Generator Part Used for Skeleton
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We use a single part with sketches to run frames and normally turn the part to phantom so that it doesn't show up in the BOM. I'm looking for a way to when I run my iLogic to find that referenced part and change the BOM structure to phantom. I currently have the below code but that only changes the refence skeleton in the frame generator. We always use 0000 at the end of the part for the reference part so I was thinking about using the file name to check if that is the case.
If oPDoc.DocumentInterests.HasInterest("SkeletonDoc") Then
oPDoc.ComponentDefinition.BOMStructure = BOMStructureEnum.kPhantomBOMStructure