This commit is contained in:
2025-12-18 11:09:45 +08:00
parent 5e28ac1fa7
commit 32ff8b45e3
62 changed files with 2436 additions and 1551 deletions
@@ -825,7 +825,7 @@ For legacy compatable.</p>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsAce]
[Obsolete]
[Obsolete(&quot;Use MachiningResolution_mm instead.&quot;)]
public double MachiningResolution { get; set; }</code></pre>
</div>
@@ -942,6 +942,40 @@ public double MachiningResolution_mm { get; set; }</code></pre>
<a id="Hi_MachiningProcs_RuntimeApi_MillingCycleDivisionNum_" data-uid="Hi.MachiningProcs.RuntimeApi.MillingCycleDivisionNum*"></a>
<h3 id="Hi_MachiningProcs_RuntimeApi_MillingCycleDivisionNum" data-uid="Hi.MachiningProcs.RuntimeApi.MillingCycleDivisionNum">
MillingCycleDivisionNum
</h3>
<div class="markdown level1 summary"><p>Gets or sets the number of divisions per cycle for milling force calculation.
This property should be set before milling force evaluation if <a class="xref" href="Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_TrainMillingPara_Hi_MillingForces_Fittings_SampleFlag_System_String_System_Double_Hi_MillingForces_Fittings_ICuttingPara_">TrainMillingPara(SampleFlag, string, double, ICuttingPara)</a> is intended to be used.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsAce]
public static int MillingCycleDivisionNum { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
</dl>
<a id="Hi_MachiningProcs_RuntimeApi_MillingForceCycleDivisionNum_" data-uid="Hi.MachiningProcs.RuntimeApi.MillingForceCycleDivisionNum*"></a>
<h3 id="Hi_MachiningProcs_RuntimeApi_MillingForceCycleDivisionNum" data-uid="Hi.MachiningProcs.RuntimeApi.MillingForceCycleDivisionNum">
@@ -956,6 +990,7 @@ This property should be set before milling force evaluation if <a class="xref" h
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsAce]
[Obsolete(&quot;Use MillingCycleDivisionNum instead.&quot;)]
public static int MillingForceCycleDivisionNum { get; set; }</code></pre>
</div>