Message 1 of 4

Not applicable
02-20-2013
05:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to find the ComponentOccurrence in an assembly from a selected edge or face of a Part
Snipset of the code:
Dim oPartCompDef As Inventor.PartComponentDefinition = oFace.Parent.ComponentDefinition
'or oEdge.Parent.ComponentDefinition
Dim oDoc As Inventor.Document = oPartCompDef.Document
Dim oOcc As Inventor.ComponentOccurrence = ..........?
Geert
Solved! Go to Solution.