Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 3dcadconsultant

  1. 3dcadconsultant

    Perimeter Measurement API Solidworks

    I also have a simple request how can I add this to the code? Dim vfacecount As Long facecount = swBody.GetFaceCount Function GetFaceCount() As Long Member of SldWorks.Body2 Gets the face count for this body this is driving me crazy
  2. 3dcadconsultant

    Perimeter Measurement API Solidworks

    Thank you, Thank you, Thank you Artem This is a big help. I am still working on 1. Get number of internal features 2. Get number of bends. extra would be to get a ruff flat size without unfolding. Thanks again I will have to figure this out...
  3. 3dcadconsultant

    Perimeter Measurement API Solidworks

    Scorch, Do you still have a copy of that marco you refernced? on the past thread.
  4. 3dcadconsultant

    Perimeter Measurement API Solidworks

    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...
  5. 3dcadconsultant

    API Solidworks Perimeter of part

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

Part and Inventory Search