fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -103,7 +103,7 @@ Apply absolute file path.</p>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class LocalProjectService : IProjectService, IMachiningProjectGetter, IMachiningStepHost, IGetMachiningEquipment, IDisposable</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class LocalProjectService : IProjectService, IMachiningProjectGetter, IMachiningService, IGetMachiningEquipment, IDisposable</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ Apply absolute file path.</p>
|
||||
<dd>
|
||||
<div><a class="xref" href="Hi.MachiningProcs.IProjectService.html">IProjectService</a></div>
|
||||
<div><a class="xref" href="Hi.MachiningProcs.IMachiningProjectGetter.html">IMachiningProjectGetter</a></div>
|
||||
<div><a class="xref" href="Hi.MachiningSteps.IMachiningStepHost.html">IMachiningStepHost</a></div>
|
||||
<div><a class="xref" href="Hi.MachiningSteps.IMachiningService.html">IMachiningService</a></div>
|
||||
<div><a class="xref" href="Hi.Machining.MachiningEquipmentUtils.IGetMachiningEquipment.html">IGetMachiningEquipment</a></div>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
|
||||
</dd>
|
||||
@@ -564,7 +564,7 @@ Will be removed when <a class="xref" href="Hi.Numerical.FilePlayers.HardNcRunner
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>global variable for <a class="xref" href="Hi.MachiningProcs.LocalProjectService.html#Hi_MachiningProcs_LocalProjectService_RuntimeApi">RuntimeApi</a>.
|
||||
<div class="markdown level1 summary"><p>global variable for <a class="xref" href="Hi.MachiningProcs.LocalProjectService.html#Hi_MachiningProcs_LocalProjectService_SessionShell">SessionShell</a>.
|
||||
Not save on XML.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -1168,38 +1168,6 @@ Updates related components when changed.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_LocalProjectService_RuntimeApi_" data-uid="Hi.MachiningProcs.LocalProjectService.RuntimeApi*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_LocalProjectService_RuntimeApi" data-uid="Hi.MachiningProcs.LocalProjectService.RuntimeApi">
|
||||
RuntimeApi
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets the shell API for interacting with this machining process.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public RuntimeApi RuntimeApi { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.MachiningProcs.RuntimeApi.html">RuntimeApi</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_LocalProjectService_SessionProgress_" data-uid="Hi.MachiningProcs.LocalProjectService.SessionProgress*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_LocalProjectService_SessionProgress" data-uid="Hi.MachiningProcs.LocalProjectService.SessionProgress">
|
||||
@@ -1232,6 +1200,38 @@ Updates related components when changed.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_LocalProjectService_SessionShell_" data-uid="Hi.MachiningProcs.LocalProjectService.SessionShell*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_LocalProjectService_SessionShell" data-uid="Hi.MachiningProcs.LocalProjectService.SessionShell">
|
||||
SessionShell
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets the shell API for interacting with this machining process.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SessionShell SessionShell { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.MachiningProcs.SessionShell.html">SessionShell</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_LocalProjectService_StepPropertyAccessDictionary_" data-uid="Hi.MachiningProcs.LocalProjectService.StepPropertyAccessDictionary*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_LocalProjectService_StepPropertyAccessDictionary" data-uid="Hi.MachiningProcs.LocalProjectService.StepPropertyAccessDictionary">
|
||||
@@ -1714,6 +1714,38 @@ Clear the state from previous session (if existed).</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_LocalProjectService_GetSessionShell_" data-uid="Hi.MachiningProcs.LocalProjectService.GetSessionShell*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_LocalProjectService_GetSessionShell" data-uid="Hi.MachiningProcs.LocalProjectService.GetSessionShell">
|
||||
GetSessionShell()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Returns the session shell that exposes the runtime surface of the active machining session.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ISessionShell GetSessionShell()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.SessionShellUtils.ISessionShell.html">ISessionShell</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_LocalProjectService_LoadProject_" data-uid="Hi.MachiningProcs.LocalProjectService.LoadProject*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_LocalProjectService_LoadProject_System_String_" data-uid="Hi.MachiningProcs.LocalProjectService.LoadProject(System.String)">
|
||||
|
||||
Reference in New Issue
Block a user