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

  1.  
  2. This is basically the same as the Mathcad ditch example that uses
  3. the SmartSketch Component.  However, this time a Mathcad 
  4. object is inserted into the SmartSketch drawing and we use
  5. VB to make the connections.
  6.   
  7. Directions:
  8.  
  9. Place the Ditch.igr and MathCAD.bas files in the same folder.
  10. Open the SmartSketch file Ditch.igr.
  11. Open the Variable Table.
  12. Select the one of the dimensions (e.g. BW, D, SideLength) and change 
  13.   its value.
  14. The Mathcad Object will automatically update based on the new drawing 
  15.   dimensions.
  16.  
  17. You can open the file MathCAD.bas to see the VB code needed to
  18.   make this example work.
  19. You can open the Imagineer variable table to see how the VB module
  20.   function was called.
  21. The dummy variable "Wow" has a VB module function specified in
  22.   its formula property.
  23.  
  24. Note: The Mathcad object is sized to display only the answer for
  25. flow rate.  To see all equations in the worksheet, select the smartframe
  26. around the object and resize it with the handles in the middle of the segments, 
  27. not the corners.
  28.