Merge branch 'master' into funkyfranky

This commit is contained in:
funkyfranky
2017-09-11 23:27:04 +02:00
15 changed files with 507 additions and 32 deletions

View File

@@ -237,6 +237,12 @@ which are excellent tools to be reused in an OO environment!.</p>
<td class="name" nowrap="nowrap"><a href="##(UTILS).FeetToMeters">UTILS.FeetToMeters(feet)</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(UTILS).GetMarkID">UTILS.GetMarkID()</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -333,6 +339,12 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
<td class="name" nowrap="nowrap"><a href="##(UTILS).ToRadian">UTILS.ToRadian(angle)</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(UTILS)._MarkID">UTILS._MarkID</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -638,6 +650,22 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
<dl class="function">
<dt>
<a id="#(UTILS).GetMarkID" >
<strong>UTILS.GetMarkID()</strong>
</a>
</dt>
<dd>
<p> get a new mark ID for markings</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(UTILS).IsInstanceOf" >
<strong>UTILS.IsInstanceOf(object, className)</strong>
</a>
@@ -944,6 +972,20 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<em>#number</em>
<a id="#(UTILS)._MarkID" >
<strong>UTILS._MarkID</strong>
</a>
</dt>
<dd>
</dd>
</dl>
<dl class="function">