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 FH

  1. FH

    What a pulse diaphragm valve is

    Hi All, What a pulse diaphragm valve is used for? Do they always need a volume tank connected to them? Thanks, FH
  2. FH

    Compressor and Motor Shaft Elevations

    This is about compressor and its motor shaft alignments. Usually compressor manufacturers put motor and compressor shafts in the same horizontal elevations, is there any specific reason for that? If the motor's shaft is higher or lower, still its alignment with compressor's shaft can lie in a...
  3. FH

    3d problems with autocad 2011

    Run OPTIONS command Go to Drafting tab In lower left corner uncheck the following option: - Replace Z value with current elevation.
  4. FH

    Surface Finish No. 5

    Hi Guys, I am looking for the definition of "Sutface Finish No. 5". What standard is it based on? and How can I measure or verify it on a piece? Thanks in advance, :)
  5. FH

    AutoCAD SHX Fonts are Lost in the Multiline Text Editor

    Guys, I have lost all AutoCAD SHX fonts in the Multiline Text Editor. It does not recognize any of SHX fonts and does not show them in the Font drop down list. Do you know what the problem is? :) Farzad
  6. FH

    Locking DWGs for Edit

    Hi guys, I need to know if there is any method or a small program or routine to lock a dwg such that noone can edit entities or copy and paste objects. Only zoom, pan, plot and viewing commands can be run. Thanks[thumbsup2] FH
  7. FH

    Do you really want to do this?

    Considering the error occurrence on startup, you can be sure that an error occurs in a routine or program that automatically runs in AutoCAD startup and the error routine of that program tries to undo what it has done before error occurrence. Finding the source of this error is tricky. If you...
  8. FH

    Exothermic Brazing

    Dear All, I need to know about the graphite used in molds for exothermic brazing process. :) Farzad
  9. FH

    How to get MDT6 Solids into straight AutoCAD

    Dear DemarEngr, You should explode MDT models in MDT environment to convert them into AutoCAD 3D solids. Keep in mind you should use the conventional EXPLODE command and not X shortcut or the new XPLODE command. :) Farzad
  10. FH

    What is the BSP Meaning in Mechanical Drawings

    In a mechanical drawing it is written a "BSP" at front of a thread dimension G1/2. What's the meaning of "BSP". Thanks in advance. Farzad
  11. FH

    How to Level Plates in Two Directions

    I need to know about a process for leveling and blanking a plate with thickness of about 1.5 mm. We use plates in roll-forming for outer body of buses. Unfortunately the plates we use are not flat in both directions. Does anybody know about some references or mechanisms to solve the a.m...
  12. FH

    is mdt dead?

    Dear iraniii, Why do you like to continue with MDT? If you know parametric design basics, you can easily switch on another modeling software. :) Farzad
  13. FH

    UCS STabilty

    Dear TDevil, Try changing the settings of the UCSFOLLOW and UCSORTHO system variables. :) Farzad
  14. FH

    selecting all on a layer?

    Dear cride, 1- Create a text file using notepad and enter the following code into it: (defun ABC() (sssetfirst nil (ssget "x" (list (assoc 8 (entget (car (entsel))))))) ) 2- Save the file into the AutoCAD "Support folder" with the name "ABC.LSP" 3- Create a text file using notepad and enter...
  15. FH

    selecting all on a layer?

    Dear cride, The following lisp command is what you need. Just copy and paste it into AutoCAD command prompt and select one object. (sssetfirst nil (ssget "x" (list (assoc 8 (entget (car (entsel))))))) You can assign it to a toolbutton. :) Farzad

Part and Inventory Search