Message 1 of 1
Find related Geometry-Object in Derived Part
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
is there a method which can find a Geometry-Object within a derived component.
In my case i have an Part-Document (DocA) which contains only of an mirrored Part (DocB). I have a specific Edge-Object relative to DocB and want to get the corresponding Edge-Object in DocA.
I am thinking of something similar like the proxy and native object relation. There I can use: "ComponentOccurrence.CreateGeometryProxy( Geometry As Object, Result As Object )" or .NativeObject to change between the two instances.
Thanks,
Matthias