MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-09-29 14:55:18 +00:00
parent 820c701913
commit fb57449116
30 changed files with 1048 additions and 675 deletions

View File

@@ -1821,6 +1821,12 @@ Controls a network of short range air/missile defense groups.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPOT).ScheduleID">SPOT.ScheduleID</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPOT).SetRelativeStartPosition">SPOT:SetRelativeStartPosition(position)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set laser start position relative to the lasing unit.</p>
</td>
</tr>
<tr class="w3-border">
@@ -1887,6 +1893,12 @@ Controls a network of short range air/missile defense groups.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPOT).onafterLasing">SPOT:onafterLasing(From, Event, To)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPOT).relstartpos">SPOT.relstartpos</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
</table>
@@ -3533,6 +3545,54 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(SPOT).SetRelativeStartPosition" ><strong>SPOT:SetRelativeStartPosition(position)</strong></a></h2>
</div>
<p>Set laser start position relative to the lasing unit.</p>
<div id= "#Functions##SetRelativeStartPosition" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>SPOT</p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#table
<strong><strong>position</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Start position of the laser relative to the lasing unit. Default is { x = 0, y = 2, z = 0 }</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(SPOT)">#SPOT</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code> -- Set lasing position to be the position of the optics of the Gazelle M:
myspot:SetRelativeStartPosition({ x = 1.7, y = 1.2, z = 0 })</code></pre>
</div>
</div>
</div>