Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  • Users: bOILERbRAD
  • Content: Threads
  • Order by date
  1. bOILERbRAD

    DocMgr API help - open, whereused, replacereference, save, close

    Hi. I am trying to write a stand-alone app that will replace references in an assembly and then save the doc and close it. I am having issues with replacing the references and then saving. here is some of my code: For Each folder In My.Computer.FileSystem.GetDirectories(DIR) toolno...
  2. bOILERbRAD

    External File References and SW API

    Hello all, I am trying to create a macro that will copy a drawing and it's referenced parts to a new directory, rename all the documents copied, and update the references in the drawing to point to the new parts. I am having trouble with finding out what parts are referenced and then updating...
  3. bOILERbRAD

    Solidworks API help - saving a part

    Hey guys, Can anyone tell me why this code is not saving my part? pDirectory = "M:\Solidworks\Tooling\Inspect\" & tooltbx.Text & "\" & tooltbx.Text & ".sldprt" If MsgBox("Save as " & pDirectory & "?", vbOKCancel, "Confirm Save") = vbOK Then Part.Extension.SaveAs pDirectory, 0, 2, Nothing...
  4. bOILERbRAD

    Help! Using API to print tifs

    Hello all. I have a working API program that prints drawings in the tif format and stores them somewhere. The idea of this program is to cut out the effort needed to rename each tif to the convention we use at work. I want the program to output tifs like so: "partnumber_sheet1.tif"...

Part and Inventory Search