<!doctype html public '-//W3C//DTD HTML 4.01//EN'
  'http://www.w3.org/TR/html4/strict.dtd'>
<html>
<title>Isight - Examples</title>
  <head>
	<link rel="stylesheet" href="../../../EStyle.css" type="text/css">
	<link rel="stylesheet" href="../../../ETables.css" type="text/css">
  </head>
<a href="http://www.simulia.com/products/sim_opt.html"><img src="../../../../examples/logo.gif"></a>
<body>
<h1>Excel Component</h1>
<table>
	<th colspan=2>Triangle Scan</th>
	<tr>
		<td>Description:</td>
		<td>This example demonstrates the use of the Excel and
			Word components.  A sequence of triangles with integer
			sides is generated; the hypotenuse of each triangle is
			calculated (Excel) and checked.  The triangle whose hypotenuse
			is most nearly an integer is saved and presented to the user (Word).

			For illustration, the Excel spreadsheet that performs
			the hypotenuse calculation and graphs each triangle is
			shown in the file <a href="triangle.xls">triangle.xls</a>, and the Word document
			template for the final triangle report is shown in the
			file <a href="TriangleReport.doc">TriangleReport.doc</a>.
		</td>
	</tr>
	<tr>
		<td>Model:</td>
		<td><a href="TriangleScan.zmf">TriangleScan.zmf</a></td>
	</tr>
	<tr>
		<td>Illustrated components:</td>
		<td>Excel, Word, Task, Loop, Calculator.</td>
	</tr>
	<tr>
		<td>Other illustrated features:</td>
		<td>Conditional sim-flow, sim-flow annotation.</td>
	</tr>
	<tr>
		<td>Simcodes needed:</td>
		<td>Excel, Word</td>
	</tr>
	<tr>
		<td>Support files needed:</td>
		<td>None</td>
	</tr>
</table>
</body>
</html>
