Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski 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 tzinger

  1. tzinger

    external BOM / parts list database suggestions...

    I would like to get suggestions from the community about an external B.O.M. or parts list program. What are your thoughts about it? Suggested software or programs or ideas… I am building a database to handle an external parts list, using MS Access. It’s very detailed and relatively...
  2. tzinger

    2006 export to 2005

    yea, that is not an available option... I am very suprised it is not...sorry for posting a desktop post in this forum but there is very little action in the desktop forum.... Thanks any way...
  3. tzinger

    2006 export to 2005

    how do I save a 3d model from Desktop 2006 back to desktop 2005. I can IGES and STEP but that doens't take the parametrics along with it. It should at least be backwards compatable. Tz
  4. tzinger

    LISP ROUTINE TO SET 2 BLOCKS ON DIFFERENT LAYOUT TABS

    What do I need to do to get a lisp routine to pause and let me change layout tabs and then continue on. for example I would like to insert 2 zone blocks, one on sheet 1 and the other on sheet 3,
  5. tzinger

    autocad 2006 fields

    I think I am on to something with this, its a little choppy but it works. I have created a lisp routine to undefine the regen command, then create a second lisp routine called regen. (or you could just create one called update...See below.... (Defun C:UPDATE () (setq...
  6. tzinger

    title block fill

    You could use the dwgprops command, select the the custom tab and fill out your information, if an existing tab doesn't adequetly describe your title block than add as many new ones as you need, this data will be stored in the drawing. You can than call this information from your attributed...
  7. tzinger

    Drawing formats and layout tabs

    No my Lisp background is very basic at best. I have only created multifunction routines and simple get statements....(okay I will be honest, I really just find code thats close and and I tweak it to fit my app) Do you have anything that I can work with? I might be able to massage it to fit my...
  8. tzinger

    Drawing formats and layout tabs

    Anybody develop any custom drawing Formats??? Here is my task and background thougths... We currently have Acad 2005. We use layout tabs. Our Sht 1 has an attribute that contains all the pertinent info, dwg name , dwg number, date, sht X of X. Our subsequent sheets contain another attribute...
  9. tzinger

    Quick Block

    Thanks --- IFRs (Petroleum) That was a great start, I was able to tweak it enough to get it to work the way I wanted it to. Here it is after tweak... (Defun C:qb () (setq p (ssget)) ; Select objects (command "chprop" "p" "" "la" "0" "") ; Change layer (command "chprop" "p"...
  10. tzinger

    Quick Block

    Has anybody used/created a lisp routine that will allow you to select the objects... then auotmatically, change properties to layer 0, color Bylayer, ltype bylayer and then convert to a block using typed name or anonymus name remove object and insert in same location? This sounds like a LISP...
  11. tzinger

    autocad 2006 fields

    Anybody played around with fields yet? I am trying to get a total number of tabs. I can use ctab to harvest the name of tab, but I really need the qty of tabs or the variable (if any) to read the last tab. Also, looking to remove the ".dwg" from the dwgname variable. I am currently using...
  12. tzinger

    ACAD 2000/2006 Quick leaders Flying off screen.

    Not sure what you mean about english vs metric, my dimstyle doesn't have that option or maybe I just don't know where it is.
  13. tzinger

    ACAD 2000/2006 Quick leaders Flying off screen.

    I have a weird thing going on with my drawing. My drawing was created in ACAD 2000 and we have upgraded to 2006. When I opened the drawing in 2006 everything was fine, I worked on it for a while and then while switching back through the tabs I notice something startling, my leaders had shot off...
  14. tzinger

    Center of Gravity

    I am using MD 2006, how do i find the CG of my part and how do I document it on a drawing, for example in my detail prints I have a front, top & side view with dimensions, I would like to add a CG marker and dimension it out. Any ideas? Thanks Travis
  15. tzinger

    Acad 2005

    Hello all, After quite a bit of research I was able to solve this problem myself. For the benefit of others, I will describe the solution. Using ACAD 2005 I took advantage of the new “Fields” command and inserted a diesel function as a field into the attribute. With this I was able to call the...

Part and Inventory Search