This commit is contained in:
2026-01-26 02:50:07 +08:00
parent c85e714f55
commit a847916af6
34 changed files with 866 additions and 477 deletions
@@ -289,19 +289,21 @@ The flute length depends on dz.</p>
<a id="Hi_MillingForces_FluteZData_Kappa_rad_" data-uid="Hi.MillingForces.FluteZData.Kappa_rad*"></a>
<a id="Hi_MillingForces_FluteZData_InitialPhi_rad_" data-uid="Hi.MillingForces.FluteZData.InitialPhi_rad*"></a>
<h3 id="Hi_MillingForces_FluteZData_Kappa_rad" data-uid="Hi.MillingForces.FluteZData.Kappa_rad">
Kappa_rad
<h3 id="Hi_MillingForces_FluteZData_InitialPhi_rad" data-uid="Hi.MillingForces.FluteZData.InitialPhi_rad">
InitialPhi_rad
</h3>
<div class="markdown level1 summary"><p>Gets or sets the kappa angle (angle between cutting edge and tool axis) in radians</p>
<div class="markdown level1 summary"><p>Gets or sets the original phi angle (angular position on XY plane) in radians.
Phi angle is angular position on XY plane from the flute edge to tool running direction.
The value here has not considered the spindle angular shift.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double Kappa_rad { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public double InitialPhi_rad { get; set; }</code></pre>
</div>
@@ -321,19 +323,19 @@ The flute length depends on dz.</p>
<a id="Hi_MillingForces_FluteZData_Phi_rad_" data-uid="Hi.MillingForces.FluteZData.Phi_rad*"></a>
<a id="Hi_MillingForces_FluteZData_Kappa_rad_" data-uid="Hi.MillingForces.FluteZData.Kappa_rad*"></a>
<h3 id="Hi_MillingForces_FluteZData_Phi_rad" data-uid="Hi.MillingForces.FluteZData.Phi_rad">
Phi_rad
<h3 id="Hi_MillingForces_FluteZData_Kappa_rad" data-uid="Hi.MillingForces.FluteZData.Kappa_rad">
Kappa_rad
</h3>
<div class="markdown level1 summary"><p>Gets or sets the phi angle (angular position on XY plane) in radians</p>
<div class="markdown level1 summary"><p>Gets or sets the kappa angle (angle between cutting edge and tool axis) in radians</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double Phi_rad { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public double Kappa_rad { get; set; }</code></pre>
</div>