This commit is contained in:
2025-07-25 16:27:29 +08:00
parent 38b27cd481
commit b5cad3c171
1114 changed files with 68009 additions and 23981 deletions
@@ -102,7 +102,7 @@ Interface IContourTray
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public interface IContourTray : IMakeXmlSource, IExpandToBox3d, IUpdateByContent, IClearCache</code></pre>
<pre><code class="lang-csharp hljs">public interface IContourTray : IMakeXmlSource, IExpandToBox3d, IUpdateByContent, IClearCache, IGetFluteNum</code></pre>
</div>
@@ -115,7 +115,7 @@ Interface IContourTray
<dt>Inherited Members</dt>
<dd>
<div>
<a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html#Hi_Common_XmlUtils_IMakeXmlSource_MakeXmlSource_System_String_System_String_">IMakeXmlSource.MakeXmlSource(string, string)</a>
<a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html#Hi_Common_XmlUtils_IMakeXmlSource_MakeXmlSource_System_String_System_String_System_Boolean_">IMakeXmlSource.MakeXmlSource(string, string, bool)</a>
</div>
<div>
<a class="xref" href="Hi.Geom.IExpandToBox3d.html#Hi_Geom_IExpandToBox3d_ExpandToBox3d_Hi_Geom_Box3d_">IExpandToBox3d.ExpandToBox3d(Box3d)</a>
@@ -126,6 +126,9 @@ Interface IContourTray
<div>
<a class="xref" href="Hi.Common.IClearCache.html#Hi_Common_IClearCache_ClearCache">IClearCache.ClearCache()</a>
</div>
<div>
<a class="xref" href="Hi.Milling.FluteContours.IGetFluteNum.html#Hi_Milling_FluteContours_IGetFluteNum_GetFluteNum">IGetFluteNum.GetFluteNum()</a>
</div>
</dd></dl>
<dl class="typelist extensionMethods">
@@ -234,39 +237,6 @@ Interface IContourTray
<a id="Hi_Milling_FluteContours_IContourTray_GetFluteNum_" data-uid="Hi.Milling.FluteContours.IContourTray.GetFluteNum*"></a>
<h3 id="Hi_Milling_FluteContours_IContourTray_GetFluteNum" data-uid="Hi.Milling.FluteContours.IContourTray.GetFluteNum">
GetFluteNum()
</h3>
<div class="markdown level1 summary"><p>Gets the number of flutes in this contour tray.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">int GetFluteNum()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd><p>The number of flute contours.</p>
</dd>
</dl>
</article>