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

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....