fix bug of opt arc circle offset.
This commit is contained in:
@@ -182,12 +182,12 @@ The Control Line is such like the NC (Numerical Control) line.</p>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Runs raw Control lines and yields source control line and Act pairs.</p>
|
||||
<div class="markdown level1 summary"><p>Runs raw Control lines and yields source sentence and Act pairs.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">IEnumerable<SourceCommandActEntry> RunControlLines(string relFilePath, IEnumerable<string> lines, SessionMessageHost sessionMessageHost, CancellationToken cancellationToken)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">IEnumerable<SentenceActEntry> RunControlLines(string relFilePath, IEnumerable<string> lines, SessionMessageHost sessionMessageHost, CancellationToken cancellationToken)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -207,8 +207,8 @@ The Control Line is such like the NC (Numerical Control) line.</p>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="Hi.Numerical.SourceCommandActEntry.html">SourceCommandActEntry</a>></dt>
|
||||
<dd><p>Enumerable of source control line and Act pairs</p>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="Hi.Numerical.SentenceActEntry.html">SentenceActEntry</a>></dt>
|
||||
<dd><p>Enumerable of source sentence and Act pairs</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user