home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / W2KPRK.iso / apps / smartsketch_le / Samples / FG_MathCadSamples / Mathcad / Beam / Instructions.txt < prev    next >
Text File  |  1999-11-02  |  2KB  |  46 lines

  1.  
  2. Beam.igr is a SmartSketch file that contains a simple beam with
  3. Mathcad inserted as an object.  The length of the beam and the distance of the
  4. point load can be changed via selecting the dimensions L and a1, respectively,
  5. and making a change.  The point load and the distributed loads are variables in
  6. the SmartSketch variable table called PLoad and DLoad, respectively.
  7. Changing any of these values causes the Mathcad object to update and show the
  8. new diagrams.
  9.  
  10. If you keep the file Beam.igr and all Visual Basic files 
  11. in the same folder the example should execute properly as is.  
  12. However, if you save the VB files in some other folder you will
  13. have to make the modifications outlined below to make the example work
  14. properly.
  15.  
  16.  
  17. If the folder where you have the VB files is different
  18. than where you have the file Beam.igr you'll need to make 
  19. these modifications...
  20.  
  21. Open the file Beam.igr in SmartSketch.
  22. Open the variable table.
  23. Select the variable "boom" and delete it.
  24. Select the open field for a new variable and key in a new name.
  25. Select the Formula field for that variable.
  26. Select the fx button on the variable table (Function Wizzard).
  27. Select Visual Basic.
  28. Navigate to the folder containing the VB files.
  29. Select the VB module Module1.bas.
  30. In the Function Name window select the single function available in the form 
  31.   "Module1.GetC" then click the Next button.
  32.  
  33.  
  34. In Step 2 of the wizzard when it asks for variable names answer
  35. with the same name that is shown to the left i.e. L, a1, PLoa, and DLoad.
  36.  
  37.  
  38. It should be set up now and the Mathcad object will reprocess on changes to
  39. the variable table or dimensions in the drawing file.
  40.  
  41.  
  42. NOTE: The shear diagram does not show all of the graph while inserted in
  43. Imagineer.  If Mathcad is activated all the graph is shown but the
  44. metafile doesn't show all of it.
  45.  
  46.