Message 1 of 6
How to create an edge proxy and use it in a constraint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I am trying to make code that constrains selections together, I have found out that proxies are supposed to be used in assemblies to avoid having to name edges in the individual parts. I have had success creating proxy edges using the part.CreateGeometryProxy(myEdge,ProxyEdge) command. However, this proxy edge doesn't seem to have a name. As a constraint requires an entity string input, I am unsure of how I can identify the proxy for use.
Edit: Corrected command that was referenced.