mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -2785,7 +2785,7 @@ Note that the Set and Add methods return the current POINT_VEC3 object, so these
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).Smoke">COORDINATE:Smoke(SmokeColor)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).Smoke">COORDINATE:Smoke(SmokeColor, name)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Smokes the point in a color.</p>
|
||||
</td>
|
||||
@@ -2824,6 +2824,12 @@ Note that the Set and Add methods return the current POINT_VEC3 object, so these
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).StopBigSmokeAndFire">COORDINATE:StopBigSmokeAndFire(name)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Stop big smoke and fire at the coordinate.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).StopSmoke">COORDINATE:StopSmoke(name)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Stops smoking the point in a color.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2833,7 +2839,7 @@ Note that the Set and Add methods return the current POINT_VEC3 object, so these
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).ToString">COORDINATE:ToString(Controllable, Settings, Task)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).ToString">COORDINATE:ToString(Controllable, Settings)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Provides a coordinate string of the point, based on a coordinate format system:
|
||||
* Uses default settings in COORDINATE.</p>
|
||||
@@ -10853,7 +10859,7 @@ Creates a line on the F10 map from one point to another.</p>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(COORDINATE).Smoke" ><strong>COORDINATE:Smoke(SmokeColor)</strong></a></h2>
|
||||
<h2><a id="#(COORDINATE).Smoke" ><strong>COORDINATE:Smoke(SmokeColor, name)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Smokes the point in a color.</p>
|
||||
@@ -10864,7 +10870,7 @@ Creates a line on the F10 map from one point to another.</p>
|
||||
<div class="w3-margin-left">
|
||||
<p>COORDINATE</p>
|
||||
</div>
|
||||
<h2><strong>Parameter:</strong></h2>
|
||||
<h2><strong>Parameters:</strong></h2>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
@@ -10876,6 +10882,19 @@ Creates a line on the F10 map from one point to another.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#string
|
||||
<strong><strong>name</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(Optional) Name if you want to stop the smoke early (normal duration: 5mins)</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -11006,6 +11025,39 @@ Creates a line on the F10 map from one point to another.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(COORDINATE).StopSmoke" ><strong>COORDINATE:StopSmoke(name)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Stops smoking the point in a color.</p>
|
||||
|
||||
<div id= "#Functions##StopSmoke" 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>COORDINATE</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>
|
||||
#string
|
||||
<strong><strong>name</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(Optional) Name if you want to stop the smoke early (normal duration: 5mins)</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -11150,7 +11202,7 @@ Creates a line on the F10 map from one point to another.</p>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(COORDINATE).ToString" ><strong>COORDINATE:ToString(Controllable, Settings, Task)</strong></a></h2>
|
||||
<h2><a id="#(COORDINATE).ToString" ><strong>COORDINATE:ToString(Controllable, Settings)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Provides a coordinate string of the point, based on a coordinate format system:
|
||||
@@ -11192,19 +11244,6 @@ Creates a line on the F10 map from one point to another.</p>
|
||||
|
||||
<p>(optional) The settings. Can be nil, and in this case the default settings are used. If you want to specify your own settings, use the _SETTINGS object.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="Tasking.Task.html##(TASK)">Tasking.Task#TASK</a>
|
||||
<strong><strong>Task</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The task for which coordinates need to be calculated.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
@@ -17338,6 +17377,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(POINT_VEC2).z" ><strong>POINT_VEC2.z</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user