03-16-2017
05:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-16-2017
05:50 AM
I should be able to fumble through that to get what I need. It looks like the code creates a part and face and then cycles through one side of each edge to create the three different types of flanges? What I don't see is how to store a user selected edge for editing.
As a result of some searching, I found the code:
Dim selEdge As Edge
selEdge = ThisApplication.CommandManager.Pick(kPartEdgeFilter, "Select edge.")That should be what I need to pair the two. I'll post the code when I get a minute to write it.
Is there any chance someone could post a help code for creating a sheet metal hole? I don't have any access to the api help. If only I could install a free version of VS on my workstation....