This commit is contained in:
2026-02-11 04:11:05 +08:00
parent b445c3e334
commit 1a8a3b59d2
104 changed files with 10241 additions and 2457 deletions
@@ -1384,8 +1384,8 @@ Set to NaN if tooling motion not apply the axis motion.</p>
<a id="Hi_Numerical_HardNcEnv_CheckStrokeLimit_" data-uid="Hi.Numerical.HardNcEnv.CheckStrokeLimit*"></a>
<h3 id="Hi_Numerical_HardNcEnv_CheckStrokeLimit_Hi_Geom_DVec3d_Hi_Common_Messages_IMessageHost_" data-uid="Hi.Numerical.HardNcEnv.CheckStrokeLimit(Hi.Geom.DVec3d,Hi.Common.Messages.IMessageHost)">
CheckStrokeLimit(DVec3d, IMessageHost)
<h3 id="Hi_Numerical_HardNcEnv_CheckStrokeLimit_Hi_Geom_DVec3d_System_IProgress_System_Object__" data-uid="Hi.Numerical.HardNcEnv.CheckStrokeLimit(Hi.Geom.DVec3d,System.IProgress{System.Object})">
CheckStrokeLimit(DVec3d, IProgress&lt;object&gt;)
</h3>
@@ -1394,7 +1394,7 @@ Set to NaN if tooling motion not apply the axis motion.</p>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool CheckStrokeLimit(DVec3d mcXyzabc_mm_rad, IMessageHost messageKit)</code></pre>
<pre><code class="lang-csharp hljs">public bool CheckStrokeLimit(DVec3d mcXyzabc_mm_rad, IProgress&lt;object&gt; messageKit)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -1402,7 +1402,7 @@ Set to NaN if tooling motion not apply the axis motion.</p>
<dt><code>mcXyzabc_mm_rad</code> <a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a></dt>
<dd><p>Machine coordinates in mm and radians.</p>
</dd>
<dt><code>messageKit</code> <a class="xref" href="Hi.Common.Messages.IMessageHost.html">IMessageHost</a></dt>
<dt><code>messageKit</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</dt>
<dd><p>Message kit for error reporting.</p>
</dd>
</dl>