HiNC-2025-win-desktop-Deploy/App/wwwroot/HiAPI-docsite/api/Hi.MillingForces.MillingForce.html
2025-07-18 15:38:28 +08:00

2453 lines
70 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Class MillingForce | HiAPI-C# 2025 </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class MillingForce | HiAPI-C# 2025 ">
<meta name="description" content="Milling force.">
<link rel="icon" href="../img/HiAPI.favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
<meta name="docfx:navrel" content="../toc.html">
<meta name="docfx:tocrel" content="toc.html">
<meta name="docfx:rel" content="../">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
<script type="module" src="./../public/docfx.min.js"></script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
</head>
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../img/HiAPI.logo.png" alt="">
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>
<main class="container-xxl">
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<nav class="toc" id="toc"></nav>
</div>
</div>
</div>
<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>
<nav id="breadcrumb"></nav>
</div>
<article data-uid="Hi.MillingForces.MillingForce">
<h1 id="Hi_MillingForces_MillingForce" data-uid="Hi.MillingForces.MillingForce" class="text-break">
Class MillingForce
</h1>
<div class="facts text-secondary">
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.MillingForces.html">MillingForces</a></dd></dl>
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
</div>
<div class="markdown summary"><p>Milling force.</p>
</div>
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class MillingForce : IGetFeedrate, IGetSpindleSpeed, IGetMillingForce, IGetQuantityByKey, IGetCsvDictionary, IWriteBin</code></pre>
</div>
<dl class="typelist inheritance">
<dt>Inheritance</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div><span class="xref">MillingForce</span></div>
</dd>
</dl>
<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><a class="xref" href="Hi.Numerical.IGetFeedrate.html">IGetFeedrate</a></div>
<div><a class="xref" href="Hi.Numerical.IGetSpindleSpeed.html">IGetSpindleSpeed</a></div>
<div><a class="xref" href="Hi.MillingForces.IGetMillingForce.html">IGetMillingForce</a></div>
<div><a class="xref" href="Hi.Common.IGetQuantityByKey.html">IGetQuantityByKey</a></div>
<div><a class="xref" href="Hi.Common.CsvUtils.IGetCsvDictionary.html">IGetCsvDictionary</a></div>
<div><a class="xref" href="Hi.Common.IWriteBin.html">IWriteBin</a></div>
</dd>
</dl>
<dl class="typelist inheritedMembers">
<dt>Inherited Members</dt>
<dd>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
</dd></dl>
<dl class="typelist extensionMethods">
<dt>Extension Methods</dt>
<dd>
<div>
<a class="xref" href="Hi.Common.DuplicateUtil.html#Hi_Common_DuplicateUtil_TryDuplicate__1___0_System_Object___">DuplicateUtil.TryDuplicate&lt;TSelf&gt;(TSelf, params object[])</a>
</div>
<div>
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__1___0_System_Action___0__">InvokeUtil.SelfInvoke&lt;TSrc&gt;(TSrc, Action&lt;TSrc&gt;)</a>
</div>
<div>
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__2___0_System_Func___0___1__">InvokeUtil.SelfInvoke&lt;TSrc, TDst&gt;(TSrc, Func&lt;TSrc, TDst&gt;)</a>
</div>
<div>
<a class="xref" href="Hi.Coloring.ColorUtil.html#Hi_Coloring_ColorUtil_GetGloomyColor_System_Object_System_Double_System_Double_">ColorUtil.GetGloomyColor(object, double, double)</a>
</div>
<div>
<a class="xref" href="Hi.Common.NameUtil.html#Hi_Common_NameUtil_GetSelectionName_System_Object_">NameUtil.GetSelectionName(object)</a>
</div>
<div>
<a class="xref" href="Hi.Common.StringUtil.html#Hi_Common_StringUtil_GetPropertyStringIfToStringNotOverloaded_System_Object_System_Boolean_System_Boolean_">StringUtil.GetPropertyStringIfToStringNotOverloaded(object, bool, bool)</a>
</div>
<div>
<a class="xref" href="Hi.Parallels.LockUtil.html#Hi_Parallels_LockUtil_Lock_System_Object_">LockUtil.Lock(object)</a>
</div>
</dd></dl>
<h2 id="Hi_MillingForces_MillingForce_remarks">Remarks</h2>
<div class="markdown level0 remarks"><p>The data list such as <a class="xref" href="Hi.MillingForces.MillingForce.html#Hi_MillingForces_MillingForce_CuttingForcesToToolOnToolRunningCoordinate">CuttingForcesToToolOnToolRunningCoordinate</a> in this class is in sequence of time.
If step-limited version is using, the milling force ctor is limited to call 2000 times.</p>
</div>
<h2 class="section" id="constructors">Constructors
</h2>
<a id="Hi_MillingForces_MillingForce__ctor_" data-uid="Hi.MillingForces.MillingForce.#ctor*"></a>
<h3 id="Hi_MillingForces_MillingForce__ctor_System_IO_BinaryReader_" data-uid="Hi.MillingForces.MillingForce.#ctor(System.IO.BinaryReader)">
MillingForce(BinaryReader)
</h3>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.MillingForces.MillingForce.html">MillingForce</a> class from binary data.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public MillingForce(BinaryReader reader)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>reader</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.binaryreader">BinaryReader</a></dt>
<dd><p>The binary reader containing the serialized milling force data.</p>
</dd>
</dl>
<h2 class="section" id="fields">Fields
</h2>
<h3 id="Hi_MillingForces_MillingForce_DefaultRotationDivisionNum" data-uid="Hi.MillingForces.MillingForce.DefaultRotationDivisionNum">
DefaultRotationDivisionNum
</h3>
<div class="markdown level1 summary"><p>Gets the default number of divisions for one complete rotation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const int DefaultRotationDivisionNum = 36</code></pre>
</div>
<h4 class="section">Field Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
</dl>
<h4 class="section" id="Hi_MillingForces_MillingForce_DefaultRotationDivisionNum_remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>This value determines the resolution of force calculations during tool rotation.
A higher value provides more detailed force analysis but requires more computational resources.</p>
</div>
<h2 class="section" id="properties">Properties
</h2>
<a id="Hi_MillingForces_MillingForce_AbsAvgForce_" data-uid="Hi.MillingForces.MillingForce.AbsAvgForce*"></a>
<h3 id="Hi_MillingForces_MillingForce_AbsAvgForce" data-uid="Hi.MillingForces.MillingForce.AbsAvgForce">
AbsAvgForce
</h3>
<div class="markdown level1 summary"><p>Absolute average force.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double AbsAvgForce { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_AbsAxialPower_W_" data-uid="Hi.MillingForces.MillingForce.AbsAxialPower_W*"></a>
<h3 id="Hi_MillingForces_MillingForce_AbsAxialPower_W" data-uid="Hi.MillingForces.MillingForce.AbsAxialPower_W">
AbsAxialPower_W
</h3>
<div class="markdown level1 summary"><p>Gets the absolute axial power in watts.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double AbsAxialPower_W { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_AvgAbsMomentsAboutSpindle_Nm_" data-uid="Hi.MillingForces.MillingForce.AvgAbsMomentsAboutSpindle_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_AvgAbsMomentsAboutSpindle_Nm" data-uid="Hi.MillingForces.MillingForce.AvgAbsMomentsAboutSpindle_Nm">
AvgAbsMomentsAboutSpindle_Nm
</h3>
<div class="markdown level1 summary"><p>Gets the average absolute moments about spindle on the spindle sensor coordinate system.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Vec3d AvgAbsMomentsAboutSpindle_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd></dd>
</dl>
<h4 class="section" id="Hi_MillingForces_MillingForce_AvgAbsMomentsAboutSpindle_Nm_remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>Calculates the average of absolute values for each component (X, Y, Z) of the moments about the spindle.</p>
</div>
<a id="Hi_MillingForces_MillingForce_AvgAxialTorque_Nm_" data-uid="Hi.MillingForces.MillingForce.AvgAxialTorque_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_AvgAxialTorque_Nm" data-uid="Hi.MillingForces.MillingForce.AvgAxialTorque_Nm">
AvgAxialTorque_Nm
</h3>
<div class="markdown level1 summary"><p>Get avg axial torque in N*m.
The observation point is at tool tip.
The torque is taken by tool.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double AvgAxialTorque_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_AvgBendingMomentsAboutSpindle_Nm_" data-uid="Hi.MillingForces.MillingForce.AvgBendingMomentsAboutSpindle_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_AvgBendingMomentsAboutSpindle_Nm" data-uid="Hi.MillingForces.MillingForce.AvgBendingMomentsAboutSpindle_Nm">
AvgBendingMomentsAboutSpindle_Nm
</h3>
<div class="markdown level1 summary"><p>Gets the average bending moments about spindle in Newton-meters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double? AvgBendingMomentsAboutSpindle_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>?</dt>
<dd></dd>
</dl>
<h4 class="section" id="Hi_MillingForces_MillingForce_AvgBendingMomentsAboutSpindle_Nm_remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>Calculates the magnitude of the average bending moment by taking the square root of
the sum of squares of the X and Y components of the average absolute moments.</p>
</div>
<a id="Hi_MillingForces_MillingForce_AvgContactEdgeLengthPerFlute_mm_" data-uid="Hi.MillingForces.MillingForce.AvgContactEdgeLengthPerFlute_mm*"></a>
<h3 id="Hi_MillingForces_MillingForce_AvgContactEdgeLengthPerFlute_mm" data-uid="Hi.MillingForces.MillingForce.AvgContactEdgeLengthPerFlute_mm">
AvgContactEdgeLengthPerFlute_mm
</h3>
<div class="markdown level1 summary"><p>Gets the average contact edge length per flute in millimeters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double AvgContactEdgeLengthPerFlute_mm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_AvgForceToToolOnToolRunningCoordinate_" data-uid="Hi.MillingForces.MillingForce.AvgForceToToolOnToolRunningCoordinate*"></a>
<h3 id="Hi_MillingForces_MillingForce_AvgForceToToolOnToolRunningCoordinate" data-uid="Hi.MillingForces.MillingForce.AvgForceToToolOnToolRunningCoordinate">
AvgForceToToolOnToolRunningCoordinate
</h3>
<div class="markdown level1 summary"><p>Avg cutting force to tool on tool running coordinate.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Vec3d AvgForceToToolOnToolRunningCoordinate { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_AvgForceToWorkpieceOnWorkpieceCoordinate_" data-uid="Hi.MillingForces.MillingForce.AvgForceToWorkpieceOnWorkpieceCoordinate*"></a>
<h3 id="Hi_MillingForces_MillingForce_AvgForceToWorkpieceOnWorkpieceCoordinate" data-uid="Hi.MillingForces.MillingForce.AvgForceToWorkpieceOnWorkpieceCoordinate">
AvgForceToWorkpieceOnWorkpieceCoordinate
</h3>
<div class="markdown level1 summary"><p>Avg cutting force on workpiece coordinate.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Vec3d AvgForceToWorkpieceOnWorkpieceCoordinate { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_AvgIntersectedContactArea_mm2_" data-uid="Hi.MillingForces.MillingForce.AvgIntersectedContactArea_mm2*"></a>
<h3 id="Hi_MillingForces_MillingForce_AvgIntersectedContactArea_mm2" data-uid="Hi.MillingForces.MillingForce.AvgIntersectedContactArea_mm2">
AvgIntersectedContactArea_mm2
</h3>
<div class="markdown level1 summary"><p>contact area along cutter outside contact point to circle center direction.
The average is for each rotation angle.
This property is for computing heat transfer.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double AvgIntersectedContactArea_mm2 { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_AvgMomentToToolAboutObservationPointOnToolRunningZero_Nm_" data-uid="Hi.MillingForces.MillingForce.AvgMomentToToolAboutObservationPointOnToolRunningZero_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_AvgMomentToToolAboutObservationPointOnToolRunningZero_Nm" data-uid="Hi.MillingForces.MillingForce.AvgMomentToToolAboutObservationPointOnToolRunningZero_Nm">
AvgMomentToToolAboutObservationPointOnToolRunningZero_Nm
</h3>
<div class="markdown level1 summary"><p>Gets the average moment to tool about observation point on tool running zero in Newton-meters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Vec3d AvgMomentToToolAboutObservationPointOnToolRunningZero_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_AxialPowerTakenByWorkpiece_W_" data-uid="Hi.MillingForces.MillingForce.AxialPowerTakenByWorkpiece_W*"></a>
<h3 id="Hi_MillingForces_MillingForce_AxialPowerTakenByWorkpiece_W" data-uid="Hi.MillingForces.MillingForce.AxialPowerTakenByWorkpiece_W">
AxialPowerTakenByWorkpiece_W
</h3>
<div class="markdown level1 summary"><p>Axial Power that the spindle has to create due to axial torque.
The empowered item is workpiece.
The fulcrum is at the tool tip.
Unit is Watt.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double AxialPowerTakenByWorkpiece_W { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_CdnTransformFromToolRunningZeroToWorkpieceGeom_" data-uid="Hi.MillingForces.MillingForce.CdnTransformFromToolRunningZeroToWorkpieceGeom*"></a>
<h3 id="Hi_MillingForces_MillingForce_CdnTransformFromToolRunningZeroToWorkpieceGeom" data-uid="Hi.MillingForces.MillingForce.CdnTransformFromToolRunningZeroToWorkpieceGeom">
CdnTransformFromToolRunningZeroToWorkpieceGeom
</h3>
<div class="markdown level1 summary"><p>Tool running coordinate to workpiece geom coordinate.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Mat4d CdnTransformFromToolRunningZeroToWorkpieceGeom { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_ChipVolume_mm3_" data-uid="Hi.MillingForces.MillingForce.ChipVolume_mm3*"></a>
<h3 id="Hi_MillingForces_MillingForce_ChipVolume_mm3" data-uid="Hi.MillingForces.MillingForce.ChipVolume_mm3">
ChipVolume_mm3
</h3>
<div class="markdown level1 summary"><p>Gets the chip volume in cubic millimeters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double ChipVolume_mm3 { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_CuttingForcesToToolOnToolRunningCoordinate_" data-uid="Hi.MillingForces.MillingForce.CuttingForcesToToolOnToolRunningCoordinate*"></a>
<h3 id="Hi_MillingForces_MillingForce_CuttingForcesToToolOnToolRunningCoordinate" data-uid="Hi.MillingForces.MillingForce.CuttingForcesToToolOnToolRunningCoordinate">
CuttingForcesToToolOnToolRunningCoordinate
</h3>
<div class="markdown level1 summary"><p>Cutting forces on tool running coordinate.
The forced item is tool.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;Vec3d&gt; CuttingForcesToToolOnToolRunningCoordinate { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_CuttingForcesToToolOnWorkpieceCoodinate_" data-uid="Hi.MillingForces.MillingForce.CuttingForcesToToolOnWorkpieceCoodinate*"></a>
<h3 id="Hi_MillingForces_MillingForce_CuttingForcesToToolOnWorkpieceCoodinate" data-uid="Hi.MillingForces.MillingForce.CuttingForcesToToolOnWorkpieceCoodinate">
CuttingForcesToToolOnWorkpieceCoodinate
</h3>
<div class="markdown level1 summary"><p>Cutting forces on workpiece coordinate.
The forced item is tool.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;Vec3d&gt; CuttingForcesToToolOnWorkpieceCoodinate { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_CuttingForcesToWorkpieceOnWorkpieceCoordinate_" data-uid="Hi.MillingForces.MillingForce.CuttingForcesToWorkpieceOnWorkpieceCoordinate*"></a>
<h3 id="Hi_MillingForces_MillingForce_CuttingForcesToWorkpieceOnWorkpieceCoordinate" data-uid="Hi.MillingForces.MillingForce.CuttingForcesToWorkpieceOnWorkpieceCoordinate">
CuttingForcesToWorkpieceOnWorkpieceCoordinate
</h3>
<div class="markdown level1 summary"><p>Cutting forces on workpiece coordinate.
The forced item is workpiece.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;Vec3d&gt; CuttingForcesToWorkpieceOnWorkpieceCoordinate { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_CyclePeriod_s_" data-uid="Hi.MillingForces.MillingForce.CyclePeriod_s*"></a>
<h3 id="Hi_MillingForces_MillingForce_CyclePeriod_s" data-uid="Hi.MillingForces.MillingForce.CyclePeriod_s">
CyclePeriod_s
</h3>
<div class="markdown level1 summary"><p>Gets the cycle period in seconds, calculated as 60 / <a class="xref" href="Hi.MillingForces.MillingForce.html#Hi_MillingForces_MillingForce_SpindleSpeed_rpm">SpindleSpeed_rpm</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double CyclePeriod_s { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_DAngle_deg_" data-uid="Hi.MillingForces.MillingForce.DAngle_deg*"></a>
<h3 id="Hi_MillingForces_MillingForce_DAngle_deg" data-uid="Hi.MillingForces.MillingForce.DAngle_deg">
DAngle_deg
</h3>
<div class="markdown level1 summary"><p>Delta angle in degree.
The value is 360 / <a class="xref" href="Hi.MillingForces.MillingForce.html#Hi_MillingForces_MillingForce_RotationDivisionNum">RotationDivisionNum</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double DAngle_deg { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_DAngle_rad_" data-uid="Hi.MillingForces.MillingForce.DAngle_rad*"></a>
<h3 id="Hi_MillingForces_MillingForce_DAngle_rad" data-uid="Hi.MillingForces.MillingForce.DAngle_rad">
DAngle_rad
</h3>
<div class="markdown level1 summary"><p>Delta angle in radian.
The value is 2 * pi / <a class="xref" href="Hi.MillingForces.MillingForce.html#Hi_MillingForces_MillingForce_RotationDivisionNum">RotationDivisionNum</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double DAngle_rad { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_Feedrate_mmds_" data-uid="Hi.MillingForces.MillingForce.Feedrate_mmds*"></a>
<h3 id="Hi_MillingForces_MillingForce_Feedrate_mmds" data-uid="Hi.MillingForces.MillingForce.Feedrate_mmds">
Feedrate_mmds
</h3>
<div class="markdown level1 summary"><p>Gets the feed rate in millimeters per second.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double Feedrate_mmds { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_FluteNum_" data-uid="Hi.MillingForces.MillingForce.FluteNum*"></a>
<h3 id="Hi_MillingForces_MillingForce_FluteNum" data-uid="Hi.MillingForces.MillingForce.FluteNum">
FluteNum
</h3>
<div class="markdown level1 summary"><p>Gets the number of flutes on the cutting tool.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int FluteNum { get; }</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_MillingForces_MillingForce_FrictionPower_W_" data-uid="Hi.MillingForces.MillingForce.FrictionPower_W*"></a>
<h3 id="Hi_MillingForces_MillingForce_FrictionPower_W" data-uid="Hi.MillingForces.MillingForce.FrictionPower_W">
FrictionPower_W
</h3>
<div class="markdown level1 summary"><p>friction power to workpiece.
the unit is watt.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double FrictionPower_W { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_IndexAtMaxCuttingForce_" data-uid="Hi.MillingForces.MillingForce.IndexAtMaxCuttingForce*"></a>
<h3 id="Hi_MillingForces_MillingForce_IndexAtMaxCuttingForce" data-uid="Hi.MillingForces.MillingForce.IndexAtMaxCuttingForce">
IndexAtMaxCuttingForce
</h3>
<div class="markdown level1 summary"><p>Gets the index at which the maximum cutting force occurs.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int IndexAtMaxCuttingForce { get; }</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_MillingForces_MillingForce_IsCw_" data-uid="Hi.MillingForces.MillingForce.IsCw*"></a>
<h3 id="Hi_MillingForces_MillingForce_IsCw" data-uid="Hi.MillingForces.MillingForce.IsCw">
IsCw
</h3>
<div class="markdown level1 summary"><p>Gets a value indicating whether the spindle rotation is clockwise.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool IsCw { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_KinematicPowerDivDensity_Wmm3dg_" data-uid="Hi.MillingForces.MillingForce.KinematicPowerDivDensity_Wmm3dg*"></a>
<h3 id="Hi_MillingForces_MillingForce_KinematicPowerDivDensity_Wmm3dg" data-uid="Hi.MillingForces.MillingForce.KinematicPowerDivDensity_Wmm3dg">
KinematicPowerDivDensity_Wmm3dg
</h3>
<div class="markdown level1 summary"><p>Gets the kinematic power divided by density in watts per cubic millimeter per degree.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double KinematicPowerDivDensity_Wmm3dg { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_MaxAbsForce_" data-uid="Hi.MillingForces.MillingForce.MaxAbsForce*"></a>
<h3 id="Hi_MillingForces_MillingForce_MaxAbsForce" data-uid="Hi.MillingForces.MillingForce.MaxAbsForce">
MaxAbsForce
</h3>
<div class="markdown level1 summary"><p>Gets the maximum absolute force magnitude.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double MaxAbsForce { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_MaxAbsForceSlope_NdDeg_" data-uid="Hi.MillingForces.MillingForce.MaxAbsForceSlope_NdDeg*"></a>
<h3 id="Hi_MillingForces_MillingForce_MaxAbsForceSlope_NdDeg" data-uid="Hi.MillingForces.MillingForce.MaxAbsForceSlope_NdDeg">
MaxAbsForceSlope_NdDeg
</h3>
<div class="markdown level1 summary"><p>Absolute max force changed per degree.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double MaxAbsForceSlope_NdDeg { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_MaxAbsMomentAboutObservationPoint_Nm_" data-uid="Hi.MillingForces.MillingForce.MaxAbsMomentAboutObservationPoint_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_MaxAbsMomentAboutObservationPoint_Nm" data-uid="Hi.MillingForces.MillingForce.MaxAbsMomentAboutObservationPoint_Nm">
MaxAbsMomentAboutObservationPoint_Nm
</h3>
<div class="markdown level1 summary"><p>Gets the maximum absolute moment about observation point in Newton-meters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double MaxAbsMomentAboutObservationPoint_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_MaxAxialTorqueToToolByToolTip_Nm_" data-uid="Hi.MillingForces.MillingForce.MaxAxialTorqueToToolByToolTip_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_MaxAxialTorqueToToolByToolTip_Nm" data-uid="Hi.MillingForces.MillingForce.MaxAxialTorqueToToolByToolTip_Nm">
MaxAxialTorqueToToolByToolTip_Nm
</h3>
<div class="markdown level1 summary"><p>Get max axial torque in N*m.
The observation point is at tool tip.
The torque is taken by tool.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double MaxAxialTorqueToToolByToolTip_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_MaxForceToToolOnToolRunningCoordinate_" data-uid="Hi.MillingForces.MillingForce.MaxForceToToolOnToolRunningCoordinate*"></a>
<h3 id="Hi_MillingForces_MillingForce_MaxForceToToolOnToolRunningCoordinate" data-uid="Hi.MillingForces.MillingForce.MaxForceToToolOnToolRunningCoordinate">
MaxForceToToolOnToolRunningCoordinate
</h3>
<div class="markdown level1 summary"><p>Max cutting force on tool running coordinate.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Vec3d MaxForceToToolOnToolRunningCoordinate { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_MaxMomentToToolAboutObservationPointOnToolRunningZero_Nm_" data-uid="Hi.MillingForces.MillingForce.MaxMomentToToolAboutObservationPointOnToolRunningZero_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_MaxMomentToToolAboutObservationPointOnToolRunningZero_Nm" data-uid="Hi.MillingForces.MillingForce.MaxMomentToToolAboutObservationPointOnToolRunningZero_Nm">
MaxMomentToToolAboutObservationPointOnToolRunningZero_Nm
</h3>
<div class="markdown level1 summary"><p>Gets the maximum moment to tool about observation point on tool running zero in Newton-meters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Vec3d MaxMomentToToolAboutObservationPointOnToolRunningZero_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_MaxMomentToToolAboutObservationPointOnWorkpiceGeom_Nm_" data-uid="Hi.MillingForces.MillingForce.MaxMomentToToolAboutObservationPointOnWorkpiceGeom_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_MaxMomentToToolAboutObservationPointOnWorkpiceGeom_Nm" data-uid="Hi.MillingForces.MillingForce.MaxMomentToToolAboutObservationPointOnWorkpiceGeom_Nm">
MaxMomentToToolAboutObservationPointOnWorkpiceGeom_Nm
</h3>
<div class="markdown level1 summary"><p>Gets the maximum moment to tool about observation point on workpiece geometry in Newton-meters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Vec3d MaxMomentToToolAboutObservationPointOnWorkpiceGeom_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_MinAbsMomentAboutObservationPoint_Nm_" data-uid="Hi.MillingForces.MillingForce.MinAbsMomentAboutObservationPoint_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_MinAbsMomentAboutObservationPoint_Nm" data-uid="Hi.MillingForces.MillingForce.MinAbsMomentAboutObservationPoint_Nm">
MinAbsMomentAboutObservationPoint_Nm
</h3>
<div class="markdown level1 summary"><p>Gets the minimum absolute moment about the observation point in Newton-meters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double MinAbsMomentAboutObservationPoint_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_MomentsAboutObservationPointOnObservationCoordinate_Nm_" data-uid="Hi.MillingForces.MillingForce.MomentsAboutObservationPointOnObservationCoordinate_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_MomentsAboutObservationPointOnObservationCoordinate_Nm" data-uid="Hi.MillingForces.MillingForce.MomentsAboutObservationPointOnObservationCoordinate_Nm">
MomentsAboutObservationPointOnObservationCoordinate_Nm
</h3>
<div class="markdown level1 summary"><p>Gets the moments about observation point on observation coordinate in Newton-meters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;Vec3d&gt; MomentsAboutObservationPointOnObservationCoordinate_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_MomentsAboutObservationPointOnToolRunningZero_Nm_" data-uid="Hi.MillingForces.MillingForce.MomentsAboutObservationPointOnToolRunningZero_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_MomentsAboutObservationPointOnToolRunningZero_Nm" data-uid="Hi.MillingForces.MillingForce.MomentsAboutObservationPointOnToolRunningZero_Nm">
MomentsAboutObservationPointOnToolRunningZero_Nm
</h3>
<div class="markdown level1 summary"><p>Gets the minimum absolute moment about the observation point in Newton-meters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;Vec3d&gt; MomentsAboutObservationPointOnToolRunningZero_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_MomentsAboutSpindle_Nm_" data-uid="Hi.MillingForces.MillingForce.MomentsAboutSpindle_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_MomentsAboutSpindle_Nm" data-uid="Hi.MillingForces.MillingForce.MomentsAboutSpindle_Nm">
MomentsAboutSpindle_Nm
</h3>
<div class="markdown level1 summary"><p>Gets the moments about spindle on the spindle sensor coordinate system.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;Vec3d&gt; MomentsAboutSpindle_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>&gt;</dt>
<dd></dd>
</dl>
<h4 class="section" id="Hi_MillingForces_MillingForce_MomentsAboutSpindle_Nm_remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>The moments are calculated by transforming the moments about the observation point
to the spindle sensor coordinate system using the current rotation angle.</p>
</div>
<a id="Hi_MillingForces_MillingForce_MomentsToToolAboutObservationPointOnSpindleRotationZero_Nm_" data-uid="Hi.MillingForces.MillingForce.MomentsToToolAboutObservationPointOnSpindleRotationZero_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_MomentsToToolAboutObservationPointOnSpindleRotationZero_Nm" data-uid="Hi.MillingForces.MillingForce.MomentsToToolAboutObservationPointOnSpindleRotationZero_Nm">
MomentsToToolAboutObservationPointOnSpindleRotationZero_Nm
</h3>
<div class="markdown level1 summary"><p>Gets the moments to tool about observation point on spindle rotation zero in Newton-meters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;Vec3d&gt; MomentsToToolAboutObservationPointOnSpindleRotationZero_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_MomentsToToolAboutToolTipOnToolRunningZero_Nm_" data-uid="Hi.MillingForces.MillingForce.MomentsToToolAboutToolTipOnToolRunningZero_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_MomentsToToolAboutToolTipOnToolRunningZero_Nm" data-uid="Hi.MillingForces.MillingForce.MomentsToToolAboutToolTipOnToolRunningZero_Nm">
MomentsToToolAboutToolTipOnToolRunningZero_Nm
</h3>
<div class="markdown level1 summary"><p>Moments on tool running coordinate in N*m.
The fulcrum is at the coordinate zero.
The moment is taken by tool.
The size is <a class="xref" href="Hi.MillingForces.MillingForce.html#Hi_MillingForces_MillingForce_RotationDivisionNum">RotationDivisionNum</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;Vec3d&gt; MomentsToToolAboutToolTipOnToolRunningZero_Nm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_ObservationPositionFromToolTip_" data-uid="Hi.MillingForces.MillingForce.ObservationPositionFromToolTip*"></a>
<h3 id="Hi_MillingForces_MillingForce_ObservationPositionFromToolTip" data-uid="Hi.MillingForces.MillingForce.ObservationPositionFromToolTip">
ObservationPositionFromToolTip
</h3>
<div class="markdown level1 summary"><p>Specific fulcrum position relative coordinate zero on tool running coordinate.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Vec3d ObservationPositionFromToolTip { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_PloughForcesOnTr_" data-uid="Hi.MillingForces.MillingForce.PloughForcesOnTr*"></a>
<h3 id="Hi_MillingForces_MillingForce_PloughForcesOnTr" data-uid="Hi.MillingForces.MillingForce.PloughForcesOnTr">
PloughForcesOnTr
</h3>
<div class="markdown level1 summary"><p>plough force on tool running coordinate.
The force is taken by tool.
In sequence of time.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;Vec3d&gt; PloughForcesOnTr { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_PowerWithoutFriction_W_" data-uid="Hi.MillingForces.MillingForce.PowerWithoutFriction_W*"></a>
<h3 id="Hi_MillingForces_MillingForce_PowerWithoutFriction_W" data-uid="Hi.MillingForces.MillingForce.PowerWithoutFriction_W">
PowerWithoutFriction_W
</h3>
<div class="markdown level1 summary"><p>Gets the power without friction in watts, calculated as axial power taken by workpiece minus friction power.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double PowerWithoutFriction_W { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_RotationAngleInterval_" data-uid="Hi.MillingForces.MillingForce.RotationAngleInterval*"></a>
<h3 id="Hi_MillingForces_MillingForce_RotationAngleInterval" data-uid="Hi.MillingForces.MillingForce.RotationAngleInterval">
RotationAngleInterval
</h3>
<div class="markdown level1 summary"><p>Gets the rotation angle interval in radians between divisions.
The value is 2 * pi / <a class="xref" href="Hi.MillingForces.MillingForce.html#Hi_MillingForces_MillingForce_RotationDivisionNum">RotationDivisionNum</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double RotationAngleInterval { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_RotationDivisionNum_" data-uid="Hi.MillingForces.MillingForce.RotationDivisionNum*"></a>
<h3 id="Hi_MillingForces_MillingForce_RotationDivisionNum" data-uid="Hi.MillingForces.MillingForce.RotationDivisionNum">
RotationDivisionNum
</h3>
<div class="markdown level1 summary"><p>Gets the number of divisions for one complete rotation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int RotationDivisionNum { get; }</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_MillingForces_MillingForce_ShearForcesOnTr_" data-uid="Hi.MillingForces.MillingForce.ShearForcesOnTr*"></a>
<h3 id="Hi_MillingForces_MillingForce_ShearForcesOnTr" data-uid="Hi.MillingForces.MillingForce.ShearForcesOnTr">
ShearForcesOnTr
</h3>
<div class="markdown level1 summary"><p>shear forces on tool running coordinate.
The force is taken by tool.
In sequence of time.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;Vec3d&gt; ShearForcesOnTr { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_SpindleSpeed_radds_" data-uid="Hi.MillingForces.MillingForce.SpindleSpeed_radds*"></a>
<h3 id="Hi_MillingForces_MillingForce_SpindleSpeed_radds" data-uid="Hi.MillingForces.MillingForce.SpindleSpeed_radds">
SpindleSpeed_radds
</h3>
<div class="markdown level1 summary"><p>Gets the spindle speed in radians per second.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double SpindleSpeed_radds { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_SpindleSpeed_rpm_" data-uid="Hi.MillingForces.MillingForce.SpindleSpeed_rpm*"></a>
<h3 id="Hi_MillingForces_MillingForce_SpindleSpeed_rpm" data-uid="Hi.MillingForces.MillingForce.SpindleSpeed_rpm">
SpindleSpeed_rpm
</h3>
<div class="markdown level1 summary"><p>Gets the spindle speed in revolutions per minute.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double SpindleSpeed_rpm { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_StepIndex_" data-uid="Hi.MillingForces.MillingForce.StepIndex*"></a>
<h3 id="Hi_MillingForces_MillingForce_StepIndex" data-uid="Hi.MillingForces.MillingForce.StepIndex">
StepIndex
</h3>
<div class="markdown level1 summary"><p>Step index.
For database saving.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[Key]
[DatabaseGenerated(DatabaseGeneratedOption.None)]
public int StepIndex { 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_MillingForces_MillingForce_ToothArcDuration_s_" data-uid="Hi.MillingForces.MillingForce.ToothArcDuration_s*"></a>
<h3 id="Hi_MillingForces_MillingForce_ToothArcDuration_s" data-uid="Hi.MillingForces.MillingForce.ToothArcDuration_s">
ToothArcDuration_s
</h3>
<div class="markdown level1 summary"><p>Gets the duration of one tooth arc pass in seconds, calculated as <a class="xref" href="Hi.MillingForces.MillingForce.html#Hi_MillingForces_MillingForce_CyclePeriod_s">CyclePeriod_s</a> / <a class="xref" href="Hi.MillingForces.MillingForce.html#Hi_MillingForces_MillingForce_FluteNum">FluteNum</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double ToothArcDuration_s { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForce_TransformFromWorkpieceGeomToObservationPoint_" data-uid="Hi.MillingForces.MillingForce.TransformFromWorkpieceGeomToObservationPoint*"></a>
<h3 id="Hi_MillingForces_MillingForce_TransformFromWorkpieceGeomToObservationPoint" data-uid="Hi.MillingForces.MillingForce.TransformFromWorkpieceGeomToObservationPoint">
TransformFromWorkpieceGeomToObservationPoint
</h3>
<div class="markdown level1 summary"><p>Gets the transformation matrix from workpiece geometric coordinate system to the observation point.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Mat4d TransformFromWorkpieceGeomToObservationPoint { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="methods">Methods
</h2>
<a id="Hi_MillingForces_MillingForce_DynamicBuildExtension_" data-uid="Hi.MillingForces.MillingForce.DynamicBuildExtension*"></a>
<h3 id="Hi_MillingForces_MillingForce_DynamicBuildExtension" data-uid="Hi.MillingForces.MillingForce.DynamicBuildExtension">
DynamicBuildExtension()
</h3>
<div class="markdown level1 summary"><p>Internal use.
Build extended data.
In single thread, no need to use the function.
In multi thread, call it before going to un-safe area.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void DynamicBuildExtension()</code></pre>
</div>
<a id="Hi_MillingForces_MillingForce_GetCsvDictionary_" data-uid="Hi.MillingForces.MillingForce.GetCsvDictionary*"></a>
<h3 id="Hi_MillingForces_MillingForce_GetCsvDictionary" data-uid="Hi.MillingForces.MillingForce.GetCsvDictionary">
GetCsvDictionary()
</h3>
<div class="markdown level1 summary"><p>Get row dictionary.
It suits for CSV output.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Dictionary&lt;string, string&gt; GetCsvDictionary()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</dt>
<dd><p>csv row dictionary</p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_GetFeedrate_mmds_" data-uid="Hi.MillingForces.MillingForce.GetFeedrate_mmds*"></a>
<h3 id="Hi_MillingForces_MillingForce_GetFeedrate_mmds" data-uid="Hi.MillingForces.MillingForce.GetFeedrate_mmds">
GetFeedrate_mmds()
</h3>
<div class="markdown level1 summary"><p>Gets the program feedrate in millimeters per second.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double GetFeedrate_mmds()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd><p>Feedrate in mm/s</p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_GetForceBriefDictionary_" data-uid="Hi.MillingForces.MillingForce.GetForceBriefDictionary*"></a>
<h3 id="Hi_MillingForces_MillingForce_GetForceBriefDictionary_System_Boolean_" data-uid="Hi.MillingForces.MillingForce.GetForceBriefDictionary(System.Boolean)">
GetForceBriefDictionary(bool)
</h3>
<div class="markdown level1 summary"><p>Gets a dictionary containing force-related quantities.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Dictionary&lt;string, double&gt; GetForceBriefDictionary(bool isIncludingWave = false)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>isIncludingWave</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd><p>If true, includes wave-related force data.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>&gt;</dt>
<dd><p>A dictionary mapping quantity names to their values.</p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_GetForceToToolOnToolRunningCoordinateCsvString_" data-uid="Hi.MillingForces.MillingForce.GetForceToToolOnToolRunningCoordinateCsvString*"></a>
<h3 id="Hi_MillingForces_MillingForce_GetForceToToolOnToolRunningCoordinateCsvString" data-uid="Hi.MillingForces.MillingForce.GetForceToToolOnToolRunningCoordinateCsvString">
GetForceToToolOnToolRunningCoordinateCsvString()
</h3>
<div class="markdown level1 summary"><p>Gets the force to tool on tool running coordinate as a CSV string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string GetForceToToolOnToolRunningCoordinateCsvString()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>A CSV string representation of the forces.</p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_GetForceToWorkpieceOnWorkpieceCoordinateCsvString_" data-uid="Hi.MillingForces.MillingForce.GetForceToWorkpieceOnWorkpieceCoordinateCsvString*"></a>
<h3 id="Hi_MillingForces_MillingForce_GetForceToWorkpieceOnWorkpieceCoordinateCsvString" data-uid="Hi.MillingForces.MillingForce.GetForceToWorkpieceOnWorkpieceCoordinateCsvString">
GetForceToWorkpieceOnWorkpieceCoordinateCsvString()
</h3>
<div class="markdown level1 summary"><p>Gets the force to workpiece on workpiece coordinate as a CSV string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string GetForceToWorkpieceOnWorkpieceCoordinateCsvString()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>A CSV string representation of the forces.</p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_GetMillingForce_" data-uid="Hi.MillingForces.MillingForce.GetMillingForce*"></a>
<h3 id="Hi_MillingForces_MillingForce_GetMillingForce" data-uid="Hi.MillingForces.MillingForce.GetMillingForce">
GetMillingForce()
</h3>
<div class="markdown level1 summary"><p>Get <a class="xref" href="Hi.MillingForces.MillingForce.html">MillingForce</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public MillingForce GetMillingForce()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.MillingForces.MillingForce.html">MillingForce</a></dt>
<dd><p><a class="xref" href="Hi.MillingForces.MillingForce.html">MillingForce</a></p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_GetMomentsAboutObservationPointOnToolRunningCoordinate_Nm_" data-uid="Hi.MillingForces.MillingForce.GetMomentsAboutObservationPointOnToolRunningCoordinate_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_GetMomentsAboutObservationPointOnToolRunningCoordinate_Nm_System_Double_" data-uid="Hi.MillingForces.MillingForce.GetMomentsAboutObservationPointOnToolRunningCoordinate_Nm(System.Double)">
GetMomentsAboutObservationPointOnToolRunningCoordinate_Nm(double)
</h3>
<div class="markdown level1 summary"><p>Gets moments about observation point on tool running coordinate in Newton-meters for a specific observation height.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;Vec3d&gt; GetMomentsAboutObservationPointOnToolRunningCoordinate_Nm(double observationHeightFromToolTip)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>observationHeightFromToolTip</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd><p>The height from tool tip to observation point in millimeters</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>&gt;</dt>
<dd><p>List of moment vectors in Newton-meters</p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_GetMomentsAboutObservationPointOnToolRunningZero_Nm_" data-uid="Hi.MillingForces.MillingForce.GetMomentsAboutObservationPointOnToolRunningZero_Nm*"></a>
<h3 id="Hi_MillingForces_MillingForce_GetMomentsAboutObservationPointOnToolRunningZero_Nm_Hi_Geom_Vec3d_" data-uid="Hi.MillingForces.MillingForce.GetMomentsAboutObservationPointOnToolRunningZero_Nm(Hi.Geom.Vec3d)">
GetMomentsAboutObservationPointOnToolRunningZero_Nm(Vec3d)
</h3>
<div class="markdown level1 summary"><p>Gets moments about observation point on tool running zero coordinate system in Newton-meters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;Vec3d&gt; GetMomentsAboutObservationPointOnToolRunningZero_Nm(Vec3d observationPosFromToolTip)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>observationPosFromToolTip</code> <a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd><p>The position vector from tool tip to observation point</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>&gt;</dt>
<dd><p>List of moment vectors in Newton-meters</p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_GetMomentsToToolAboutObservationPointOnSpindleRotationZeroCsvString_" data-uid="Hi.MillingForces.MillingForce.GetMomentsToToolAboutObservationPointOnSpindleRotationZeroCsvString*"></a>
<h3 id="Hi_MillingForces_MillingForce_GetMomentsToToolAboutObservationPointOnSpindleRotationZeroCsvString" data-uid="Hi.MillingForces.MillingForce.GetMomentsToToolAboutObservationPointOnSpindleRotationZeroCsvString">
GetMomentsToToolAboutObservationPointOnSpindleRotationZeroCsvString()
</h3>
<div class="markdown level1 summary"><p>Gets the moments to tool about observation point on spindle rotation zero as a CSV string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string GetMomentsToToolAboutObservationPointOnSpindleRotationZeroCsvString()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>A CSV string representation of the moments.</p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_GetQuantityByKey_" data-uid="Hi.MillingForces.MillingForce.GetQuantityByKey*"></a>
<h3 id="Hi_MillingForces_MillingForce_GetQuantityByKey_System_String_" data-uid="Hi.MillingForces.MillingForce.GetQuantityByKey(System.String)">
GetQuantityByKey(string)
</h3>
<div class="markdown level1 summary"><p>Gets a quantity value associated with the specified key.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double GetQuantityByKey(string key)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>key</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>The key to look up</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd><p>The quantity value associated with the key</p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_GetSpindleDirection_" data-uid="Hi.MillingForces.MillingForce.GetSpindleDirection*"></a>
<h3 id="Hi_MillingForces_MillingForce_GetSpindleDirection" data-uid="Hi.MillingForces.MillingForce.GetSpindleDirection">
GetSpindleDirection()
</h3>
<div class="markdown level1 summary"><p>Gets the spindle rotation direction.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public SpindleDirection GetSpindleDirection()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Numerical.SpindleDirection.html">SpindleDirection</a></dt>
<dd><p>The spindle direction (clockwise, counterclockwise, or stopped)</p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_GetSpindleSpeed_radds_" data-uid="Hi.MillingForces.MillingForce.GetSpindleSpeed_radds*"></a>
<h3 id="Hi_MillingForces_MillingForce_GetSpindleSpeed_radds" data-uid="Hi.MillingForces.MillingForce.GetSpindleSpeed_radds">
GetSpindleSpeed_radds()
</h3>
<div class="markdown level1 summary"><p>Gets the spindle speed in radians per second.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double GetSpindleSpeed_radds()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd><p>Spindle speed in rad/s</p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_ToCuttingForcesString_" data-uid="Hi.MillingForces.MillingForce.ToCuttingForcesString*"></a>
<h3 id="Hi_MillingForces_MillingForce_ToCuttingForcesString" data-uid="Hi.MillingForces.MillingForce.ToCuttingForcesString">
ToCuttingForcesString()
</h3>
<div class="markdown level1 summary"><p>Converts the cutting forces to a string representation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string ToCuttingForcesString()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>A string representation of the cutting forces.</p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_ToString_" data-uid="Hi.MillingForces.MillingForce.ToString*"></a>
<h3 id="Hi_MillingForces_MillingForce_ToString" data-uid="Hi.MillingForces.MillingForce.ToString">
ToString()
</h3>
<div class="markdown level1 summary"><p>Returns a string that represents the current object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>A string that represents the current object.</p>
</dd>
</dl>
<a id="Hi_MillingForces_MillingForce_WriteBin_" data-uid="Hi.MillingForces.MillingForce.WriteBin*"></a>
<h3 id="Hi_MillingForces_MillingForce_WriteBin_System_IO_BinaryWriter_" data-uid="Hi.MillingForces.MillingForce.WriteBin(System.IO.BinaryWriter)">
WriteBin(BinaryWriter)
</h3>
<div class="markdown level1 summary"><p>Writes the object's data to a binary stream.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void WriteBin(BinaryWriter writer)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>writer</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.binarywriter">BinaryWriter</a></dt>
<dd><p>The binary writer to write to</p>
</dd>
</dl>
</article>
<div class="contribution d-print-none">
</div>
</div>
<div class="affix">
<nav id="affix"></nav>
</div>
</main>
<div class="container-xxl search-results" id="search-results"></div>
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span> Copyright © 2025 <a href='https://superhightech.com.tw'>Tech Coordinate</a>. All rights reserved. <a href='https://superhightech.com.tw'>超級高科技股份有限公司</a> © 2025 版權所有 </span>
</div>
</div>
</footer>
</body>
</html>