Find Next139 (9/13/2007 12:58:25 PM) comp.lang.lisp We use AutoCAD 14. This LISP routine was written by someone that is no longer with our company. The program asks a user what number they want to search for. It then searches a drawing for that number, and zo... inthepickle
Delete Custom Properties1240 (8/22/2007 7:47:25 PM) comp.cad.solidworks I am looking for a macro that will recursively search a directory, find every SolidWorks file, and delete all of the custom properties in each file. Can anyone give me a macro that does that, or at least point... inthepickle
Sigmanest Problems1312 (8/14/2007 7:45:59 PM) comp.cad.solidworks We currently use SolidWorks to export a DXF for Striker to nest. We are tired of dealing with all of Striker, and are in talks about going to Sigmanest. Sigmanest can read the solid model live, and we will be... inthepickle
Please Fix My Macro2262 (3/19/2007 5:58:12 PM) comp.cad.solidworks I have been trying to write a macro that does the following: 1) traverse an assembly 2) list all children 3) rebuild each child 4) get rebuild time for each child 5) print results to a txt file I think I am a... inthepickle
Update View After Scale Change1161 (9/19/2006 2:21:42 PM) comp.cad.solidworks I am trying to change each view in a SolidWorks drawing to "Use sheet scale" instead of "Use custom scale" This code will do that, but after changing the property, the view is not updated. I can click on the ... inthepickle
Check If Drawing Page Is Loaded281 (7/20/2006 10:49:09 AM) comp.cad.solidworks This is my code. It saves a PDF of a Solidworks drawing on our network drive. The problem is that the PDF sometimes has empty views. It will have the annotations, but not the view. I think if I cycled throu... inthepickle
SaveAS PDF Differences21170 (5/2/2006 5:09:25 PM) comp.cad.solidworks Here is the code that I have for a macro that saves a drawing as a PDF. Most of this code has came from a macro that I downloaded somewhere. I am attempting to change it, but I am having problems. Originally ... inthepickle
Exract Characters From String391 (5/2/2006 4:39:56 PM) comp.cad.solidworks Hopefully a very simple question requiring a very simple answer. I have the part number stored as a string FileName = "123456-01" How do I extract the first 4 characters from this variable and place them in ... inthepickle
Macro Problems049 (3/23/2006 3:05:53 PM) comp.sys.ibm.as400.misc I need some help. I am new to writing Macros in VB for Client Access. I need to know how to copy a range of text from a screen and past it into another screen. When I record a macro in VB and go through the p... inthepickle
Part Name Extraction for DXF Macro6347 (3/16/2006 8:45:25 PM) comp.cad.solidworks I need some help in a bad way. I have a macro that will save a part as a DXF if certain conditions are true. My problem is the way that this macro sets the file name. I have to save my part in a certain fol... inthepickle