thread559-120327 Was closed.
I am looking to do the same thing.
I would like to find a way to get the perimeter from a model in it's formed state. I currently have a good start and need two things.
1. Get a hole number.
2. Get number of bends
3. Get it to count multiple edges.
In the last...
Help.
Trying to get the perimeter and hole count of a 3D model without unfolding it. I have so far
Option Explicit
Sub main()
Dim swApp As SldWorks.SldWorks
Dim swModel As SldWorks.ModelDoc
Dim swSelMgr As...