38 lines
953 B
HTML
38 lines
953 B
HTML
<html>
|
|
<head>
|
|
<title>Command: <command></title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<link rel="stylesheet" type="text/css" href="../css/commands.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p><span class="Command"> <command> </span></p>
|
|
|
|
<p>
|
|
<span class="header">Parameters:</span><br>
|
|
</p>
|
|
<table width="100%" border="0" cellspacing="2" cellpadding="2" align="center">
|
|
<tr>
|
|
<td><param description></td>
|
|
</tr>
|
|
</table>
|
|
<p class="header">Description:<br>
|
|
<br>
|
|
<table width="100%" border="0" cellspacing="2" cellpadding="2" align="center">
|
|
<tr>
|
|
<td><description></td>
|
|
</tr>
|
|
</table>
|
|
<p class="header"><a href="../3d_examples/template.bb">Example:</a><br>
|
|
<br>
|
|
|
|
<table width="100%" border="0" cellspacing="2" cellpadding="2" align="center">
|
|
<tr>
|
|
<td><example></td>
|
|
</tr>
|
|
</table>
|
|
<p><b><a target="_top" href="../index.htm">Index</a></b></p>
|
|
</body>
|
|
</html>
|