- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
So I have a specific occurrence of a part in an assembly, and I have a surface in that part document identified by a reference key.
Ultimately I'm trying to create proxy geometry of these surfaces in the assembly from any occurrence, but the reference key can't be used from the context of the assembly with the `Occurrence.Definition.Document` object, which I think means I first need to find the surface using the reference key, within the part document itself.
But the `Occurrence.CreateProxyGeometry` method seems to need the surface of the `Definition.Document`.
How can I take the part document surface and find the same surface as it exists within the occurrence object? Is this possible? Am I otherwise able to use reference keys (or something else that operates similarly) in part documents to find matching entities in an occurrence?
Thanks
Solved! Go to Solution.