11-01-2023
10:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-01-2023
10:49 PM
Hi @Rich-T
When working through the assembly all workplanes, sketches,faces etc need to be converted to proxies so in the context of the assembly space and not the part.
Any issues implementing just message back. It takes some trial an error. I have the same thing implemented so can share pieces to help you along. Best to give it a crack yourself first as their is more learning opportunities. Start converting one line at a time and object face.
The pick command will actually give the proxy face as an output so thats easy so next is getting its definition which you can get to from the occurrence
Syntax
FaceProxy.ContainingOccurrence() As ComponentOccurrence
If this solved a problem, please click (accept) as solution.
Or if this helped you, please, click (like)
Regards
Alan
Or if this helped you, please, click (like)
Regards
Alan