update XML IO pattern.

This commit is contained in:
2026-05-24 14:06:51 +08:00
parent 058003f395
commit d7836db45f
314 changed files with 13376 additions and 573 deletions
@@ -247,7 +247,7 @@ Internal Use Only.</p>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>shearEcn</code> <a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd><p>The shear coefficient vector in ECN coordinates (N/mm²).</p>
<dd><p>The shear coefficient vector in ECN coordinates (N/mm).</p>
</dd>
<dt><code>ploughEcn</code> <a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd><p>The plough coefficient vector in ECN coordinates (N/mm).</p>
@@ -319,13 +319,13 @@ Internal Use Only.</p>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>kse</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd><p>The shear coefficient along the cutting edge direction (N/mm²).</p>
<dd><p>The shear coefficient along the cutting edge direction (N/mm).</p>
</dd>
<dt><code>ksc</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd><p>The shear coefficient along the rake face cross line (N/mm²).</p>
<dd><p>The shear coefficient along the rake face cross line (N/mm).</p>
</dd>
<dt><code>ksn</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd><p>The shear coefficient along the rake face normal direction (N/mm²).</p>
<dd><p>The shear coefficient along the rake face normal direction (N/mm).</p>
</dd>
<dt><code>kpe</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd><p>The plough coefficient along the cutting edge direction (N/mm).</p>
@@ -888,7 +888,7 @@ Unit: N/mm.</p>
<div class="markdown level1 summary"><p>Gets or sets the shear coefficient along the rake face cross line (c).
Direction is from outer to center on side cutting.
Unit: N/mm².</p>
Unit: N/mm.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -922,7 +922,7 @@ Unit: N/mm².</p>
<div class="markdown level1 summary"><p>Gets or sets the shear coefficient along the cutting edge direction (e).
Direction is from lower to upper on side cutting.
Unit: N/mm².</p>
Unit: N/mm.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -955,7 +955,7 @@ Unit: N/mm².</p>
</h3>
<div class="markdown level1 summary"><p>Gets or sets the shear coefficient along the rake face normal direction (n).
Unit: N/mm².</p>
Unit: N/mm.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -1257,9 +1257,9 @@ For parameter training.</p>
<h4 class="section" id="Hi_MillingForces_RakeFaceCuttingParas_RakeFaceCuttingPara3d_GetElementByIndex_System_Int32__remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>Index mapping:
0 - Kse (N/mm²)
1 - Ksc (N/mm²)
2 - Ksn (N/mm²)
0 - Kse (N/mm)
1 - Ksc (N/mm)
2 - Ksn (N/mm)
3 - Kpe (N/mm)
4 - Kpc (N/mm)
5 - Kpn (N/mm)</p>
@@ -1319,6 +1319,40 @@ Since the folder can be moving with the configuration file.</p>
<a id="Hi_MillingForces_RakeFaceCuttingParas_RakeFaceCuttingPara3d_Reg_" data-uid="Hi.MillingForces.RakeFaceCuttingParas.RakeFaceCuttingPara3d.Reg*"></a>
<h3 id="Hi_MillingForces_RakeFaceCuttingParas_RakeFaceCuttingPara3d_Reg_Hi_Common_XmlUtils_XFactory_" data-uid="Hi.MillingForces.RakeFaceCuttingParas.RakeFaceCuttingPara3d.Reg(Hi.Common.XmlUtils.XFactory)">
Reg(XFactory)
</h3>
<div class="markdown level1 summary"><p>Registers this type's deserializer with the given <a class="xref" href="Hi.Common.XmlUtils.XFactory.html">XFactory</a>
(or <a class="xref" href="Hi.Common.XmlUtils.XFactory.html#Hi_Common_XmlUtils_XFactory_Default">Default</a> when <code class="paramref">factory</code> is
<code>null</code>). Idempotent.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Reg(XFactory factory = null)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>factory</code> <a class="xref" href="Hi.Common.XmlUtils.XFactory.html">XFactory</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_RakeFaceCuttingParas_RakeFaceCuttingPara3d_SetElementByIndex_" data-uid="Hi.MillingForces.RakeFaceCuttingParas.RakeFaceCuttingPara3d.SetElementByIndex*"></a>
<h3 id="Hi_MillingForces_RakeFaceCuttingParas_RakeFaceCuttingPara3d_SetElementByIndex_System_Int32_System_Double_" data-uid="Hi.MillingForces.RakeFaceCuttingParas.RakeFaceCuttingPara3d.SetElementByIndex(System.Int32,System.Double)">
@@ -1353,9 +1387,9 @@ Since the folder can be moving with the configuration file.</p>
<h4 class="section" id="Hi_MillingForces_RakeFaceCuttingParas_RakeFaceCuttingPara3d_SetElementByIndex_System_Int32_System_Double__remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>Index mapping:
0 - Kse (N/mm²)
1 - Ksc (N/mm²)
2 - Ksn (N/mm²)
0 - Kse (N/mm)
1 - Ksc (N/mm)
2 - Ksn (N/mm)
3 - Kpe (N/mm)
4 - Kpc (N/mm)
5 - Kpn (N/mm)</p>