Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
A.Acheson
in reply to: Rich-T

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.

See this constraint example

Sketchproxy

FaceProxy

 

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