Message 1 of 3
Content Center and Plates/Gussets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have an elaborate rule that creates views for each frame generated part, I use these conditions to distinguish the frame generated parts:
If oPartDoc.ComponentDefinition.Document.PropertySets.PropertySetExists("ContentCenter") Then
If oPartDoc.ComponentDefinition.IsContentMember Then
'Do something
End If
End if
Problem I'm facing is that all the plates/gussets that I bring into frame do bear these properties as well hence views for those plates are created as well which I don't want (I want these plates to go on separate sheets where I have all my sheet metal parts). Any idea how I can't achieve this?