1131 lines
39 KiB
HTML
1131 lines
39 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Class MillingForceLuggage | HiAPI-C# 2025 </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="title" content="Class MillingForceLuggage | HiAPI-C# 2025 ">
|
|
|
|
<meta name="description" content="Represents a container for milling force data and calculations.">
|
|
<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 "{query}"">
|
|
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
|
<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.MillingForceLuggage">
|
|
|
|
|
|
|
|
<h1 id="Hi_MillingForces_MillingForceLuggage" data-uid="Hi.MillingForces.MillingForceLuggage" class="text-break">
|
|
Class MillingForceLuggage
|
|
</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>Represents a container for milling force data and calculations.</p>
|
|
</div>
|
|
<div class="markdown conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[BsonIgnoreExtraElements]
|
|
public class MillingForceLuggage</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">MillingForceLuggage</span></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>
|
|
<div>
|
|
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</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<TSelf>(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<TSrc>(TSrc, Action<TSrc>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__2___0_System_Func___0___1__">InvokeUtil.SelfInvoke<TSrc, TDst>(TSrc, Func<TSrc, TDst>)</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 class="section" id="constructors">Constructors
|
|
</h2>
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage__ctor_" data-uid="Hi.MillingForces.MillingForceLuggage.#ctor*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage__ctor" data-uid="Hi.MillingForces.MillingForceLuggage.#ctor">
|
|
MillingForceLuggage()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.MillingForces.MillingForceLuggage.html">MillingForceLuggage</a> class.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public MillingForceLuggage()</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage__ctor_" data-uid="Hi.MillingForces.MillingForceLuggage.#ctor*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage__ctor_System_IO_BinaryReader_" data-uid="Hi.MillingForces.MillingForceLuggage.#ctor(System.IO.BinaryReader)">
|
|
MillingForceLuggage(BinaryReader)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.MillingForces.MillingForceLuggage.html">MillingForceLuggage</a> class from a binary reader.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public MillingForceLuggage(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 milling force data.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="properties">Properties
|
|
</h2>
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_CuttingForcesToToolOnToolRunningCoordinate_N_" data-uid="Hi.MillingForces.MillingForceLuggage.CuttingForcesToToolOnToolRunningCoordinate_N*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_CuttingForcesToToolOnToolRunningCoordinate_N" data-uid="Hi.MillingForces.MillingForceLuggage.CuttingForcesToToolOnToolRunningCoordinate_N">
|
|
CuttingForcesToToolOnToolRunningCoordinate_N
|
|
|
|
</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<Vec3d> CuttingForcesToToolOnToolRunningCoordinate_N { 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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_MomentsToToolAboutToolTipOnToolRunningCoordinate_Nm_" data-uid="Hi.MillingForces.MillingForceLuggage.MomentsToToolAboutToolTipOnToolRunningCoordinate_Nm*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_MomentsToToolAboutToolTipOnToolRunningCoordinate_Nm" data-uid="Hi.MillingForces.MillingForceLuggage.MomentsToToolAboutToolTipOnToolRunningCoordinate_Nm">
|
|
MomentsToToolAboutToolTipOnToolRunningCoordinate_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.MillingForceLuggage.html#Hi_MillingForces_MillingForceLuggage_RotationDivisionNum">RotationDivisionNum</a>.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[BsonElement]
|
|
public List<Vec3d> MomentsToToolAboutToolTipOnToolRunningCoordinate_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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_PloughForcesOnTr_" data-uid="Hi.MillingForces.MillingForceLuggage.PloughForcesOnTr*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_PloughForcesOnTr" data-uid="Hi.MillingForces.MillingForceLuggage.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">[BsonElement]
|
|
public List<Vec3d> 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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_RotationDivisionNum_" data-uid="Hi.MillingForces.MillingForceLuggage.RotationDivisionNum*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_RotationDivisionNum" data-uid="Hi.MillingForces.MillingForceLuggage.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_MillingForceLuggage_ShearForcesOnTr_" data-uid="Hi.MillingForces.MillingForceLuggage.ShearForcesOnTr*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_ShearForcesOnTr" data-uid="Hi.MillingForces.MillingForceLuggage.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">[BsonElement]
|
|
public List<Vec3d> 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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_StepIndex_" data-uid="Hi.MillingForces.MillingForceLuggage.StepIndex*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_StepIndex" data-uid="Hi.MillingForces.MillingForceLuggage.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)]
|
|
[BsonId]
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="methods">Methods
|
|
</h2>
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_GetCuttingForcesToToolOnWorkpieceCoodinate_N_" data-uid="Hi.MillingForces.MillingForceLuggage.GetCuttingForcesToToolOnWorkpieceCoodinate_N*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetCuttingForcesToToolOnWorkpieceCoodinate_N_Hi_Geom_Mat4d_" data-uid="Hi.MillingForces.MillingForceLuggage.GetCuttingForcesToToolOnWorkpieceCoodinate_N(Hi.Geom.Mat4d)">
|
|
GetCuttingForcesToToolOnWorkpieceCoodinate_N(Mat4d)
|
|
|
|
</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<Vec3d> GetCuttingForcesToToolOnWorkpieceCoodinate_N(Mat4d CdnTransformFromToolRunningZeroToWorkpieceGeom)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>CdnTransformFromToolRunningZeroToWorkpieceGeom</code> <a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
|
|
<dd></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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_GetCuttingForcesToWorkpieceOnProgramCoordinate_N_" data-uid="Hi.MillingForces.MillingForceLuggage.GetCuttingForcesToWorkpieceOnProgramCoordinate_N*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetCuttingForcesToWorkpieceOnProgramCoordinate_N_Hi_Geom_Mat4d_" data-uid="Hi.MillingForces.MillingForceLuggage.GetCuttingForcesToWorkpieceOnProgramCoordinate_N(Hi.Geom.Mat4d)">
|
|
GetCuttingForcesToWorkpieceOnProgramCoordinate_N(Mat4d)
|
|
|
|
</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<Vec3d> GetCuttingForcesToWorkpieceOnProgramCoordinate_N(Mat4d cdnTransformFromToolRunningToProgram)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>cdnTransformFromToolRunningToProgram</code> <a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
|
|
<dd></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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_GetCuttingForcesToWorkpieceOnProgramCoordinate_N_" data-uid="Hi.MillingForces.MillingForceLuggage.GetCuttingForcesToWorkpieceOnProgramCoordinate_N*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetCuttingForcesToWorkpieceOnProgramCoordinate_N_Hi_MachiningSteps_MachineMotionStep_" data-uid="Hi.MillingForces.MillingForceLuggage.GetCuttingForcesToWorkpieceOnProgramCoordinate_N(Hi.MachiningSteps.MachineMotionStep)">
|
|
GetCuttingForcesToWorkpieceOnProgramCoordinate_N(MachineMotionStep)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the cutting forces to workpiece on program coordinate in Newtons for a specific machining step.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<Vec3d> GetCuttingForcesToWorkpieceOnProgramCoordinate_N(MachineMotionStep machineStep)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>machineStep</code> <a class="xref" href="Hi.MachiningSteps.MachineMotionStep.html">MachineMotionStep</a></dt>
|
|
<dd><p>The machining step to get forces for</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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd><p>List of force vectors in Newtons</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_GetForceToToolOnToolRunningCoordinateCsvString_" data-uid="Hi.MillingForces.MillingForceLuggage.GetForceToToolOnToolRunningCoordinateCsvString*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetForceToToolOnToolRunningCoordinateCsvString_Hi_MachiningSteps_MachineMotionStep_" data-uid="Hi.MillingForces.MillingForceLuggage.GetForceToToolOnToolRunningCoordinateCsvString(Hi.MachiningSteps.MachineMotionStep)">
|
|
GetForceToToolOnToolRunningCoordinateCsvString(MachineMotionStep)
|
|
|
|
</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(MachineMotionStep machineStep)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>machineStep</code> <a class="xref" href="Hi.MachiningSteps.MachineMotionStep.html">MachineMotionStep</a></dt>
|
|
<dd><p>The machining step to get forces for.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
<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_MillingForceLuggage_GetForceToWorkpieceOnProgramCoordinateCsvString_" data-uid="Hi.MillingForces.MillingForceLuggage.GetForceToWorkpieceOnProgramCoordinateCsvString*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetForceToWorkpieceOnProgramCoordinateCsvString_Hi_MachiningSteps_MachineMotionStep_" data-uid="Hi.MillingForces.MillingForceLuggage.GetForceToWorkpieceOnProgramCoordinateCsvString(Hi.MachiningSteps.MachineMotionStep)">
|
|
GetForceToWorkpieceOnProgramCoordinateCsvString(MachineMotionStep)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the force to workpiece on program coordinate as a CSV string.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public string GetForceToWorkpieceOnProgramCoordinateCsvString(MachineMotionStep machineStep)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>machineStep</code> <a class="xref" href="Hi.MachiningSteps.MachineMotionStep.html">MachineMotionStep</a></dt>
|
|
<dd><p>The machining step to get forces for.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
<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_MillingForceLuggage_GetMomentsAboutAnchorOnToolRunningCoordinate_Nm_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsAboutAnchorOnToolRunningCoordinate_Nm*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetMomentsAboutAnchorOnToolRunningCoordinate_Nm_Hi_Machining_IMachiningTool_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsAboutAnchorOnToolRunningCoordinate_Nm(Hi.Machining.IMachiningTool)">
|
|
GetMomentsAboutAnchorOnToolRunningCoordinate_Nm(IMachiningTool)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the moments about anchor on tool running coordinate in Newton-meters.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<Vec3d> GetMomentsAboutAnchorOnToolRunningCoordinate_Nm(IMachiningTool millingTool)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>millingTool</code> <a class="xref" href="Hi.Machining.IMachiningTool.html">IMachiningTool</a></dt>
|
|
<dd><p>The machining tool to calculate moments for.</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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd><p>A list of moment vectors.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_GetMomentsAboutAnchorOnToolRunningCoordinate_Nm_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsAboutAnchorOnToolRunningCoordinate_Nm*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetMomentsAboutAnchorOnToolRunningCoordinate_Nm_Hi_Machining_MachiningToolHouse_Hi_MachiningSteps_MachineMotionStep_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsAboutAnchorOnToolRunningCoordinate_Nm(Hi.Machining.MachiningToolHouse,Hi.MachiningSteps.MachineMotionStep)">
|
|
GetMomentsAboutAnchorOnToolRunningCoordinate_Nm(MachiningToolHouse, MachineMotionStep)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the moments about anchor on tool running coordinate in Newton-meters.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<Vec3d> GetMomentsAboutAnchorOnToolRunningCoordinate_Nm(MachiningToolHouse toolHouse, MachineMotionStep machineStep)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>toolHouse</code> <a class="xref" href="Hi.Machining.MachiningToolHouse.html">MachiningToolHouse</a></dt>
|
|
<dd><p>The tool house containing the machining tool.</p>
|
|
</dd>
|
|
<dt><code>machineStep</code> <a class="xref" href="Hi.MachiningSteps.MachineMotionStep.html">MachineMotionStep</a></dt>
|
|
<dd><p>The machining step to calculate moments for.</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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd><p>A list of moment vectors.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_GetMomentsAboutObservationPointOnSpindleRotationCoordinate_Nm_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsAboutObservationPointOnSpindleRotationCoordinate_Nm*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetMomentsAboutObservationPointOnSpindleRotationCoordinate_Nm_Hi_Machining_MachiningToolHouse_Hi_MachiningSteps_MachineMotionStep_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsAboutObservationPointOnSpindleRotationCoordinate_Nm(Hi.Machining.MachiningToolHouse,Hi.MachiningSteps.MachineMotionStep)">
|
|
GetMomentsAboutObservationPointOnSpindleRotationCoordinate_Nm(MachiningToolHouse, MachineMotionStep)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Moment to tool.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<Vec3d> GetMomentsAboutObservationPointOnSpindleRotationCoordinate_Nm(MachiningToolHouse toolHouse, MachineMotionStep machineStep)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>toolHouse</code> <a class="xref" href="Hi.Machining.MachiningToolHouse.html">MachiningToolHouse</a></dt>
|
|
<dd><p>The tool house containing the machining tool</p>
|
|
</dd>
|
|
<dt><code>machineStep</code> <a class="xref" href="Hi.MachiningSteps.MachineMotionStep.html">MachineMotionStep</a></dt>
|
|
<dd><p>The machining step to get moments for</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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd><p>List of moment vectors about observation point on spindle rotation coordinate</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_GetMomentsAboutToolTipOnSpindleRotationCoordinate_Nm_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsAboutToolTipOnSpindleRotationCoordinate_Nm*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetMomentsAboutToolTipOnSpindleRotationCoordinate_Nm" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsAboutToolTipOnSpindleRotationCoordinate_Nm">
|
|
GetMomentsAboutToolTipOnSpindleRotationCoordinate_Nm()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the moments about tool tip on spindle rotation coordinate in Newton-meters.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<Vec3d> GetMomentsAboutToolTipOnSpindleRotationCoordinate_Nm()</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.list-1">List</a><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd><p>A list of moment vectors.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_GetMomentsOnToolRunningCoordinate_Nm_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsOnToolRunningCoordinate_Nm*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetMomentsOnToolRunningCoordinate_Nm_Hi_Geom_Vec3d_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsOnToolRunningCoordinate_Nm(Hi.Geom.Vec3d)">
|
|
GetMomentsOnToolRunningCoordinate_Nm(Vec3d)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Get moments to tool.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<Vec3d> GetMomentsOnToolRunningCoordinate_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></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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_GetMomentsOnToolRunningCoordinate_Nm_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsOnToolRunningCoordinate_Nm*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetMomentsOnToolRunningCoordinate_Nm_System_Double_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsOnToolRunningCoordinate_Nm(System.Double)">
|
|
GetMomentsOnToolRunningCoordinate_Nm(double)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the moments on the tool running coordinate system at a specified height from the tool tip.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<Vec3d> GetMomentsOnToolRunningCoordinate_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 the tool tip where moments are calculated.</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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd><p>A list of moment vectors in the tool running coordinate system.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_GetMomentsToToolAboutObservationPointOnSpindleRotationCoordinate_Nm_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsToToolAboutObservationPointOnSpindleRotationCoordinate_Nm*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetMomentsToToolAboutObservationPointOnSpindleRotationCoordinate_Nm_Hi_Machining_IMachiningTool_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsToToolAboutObservationPointOnSpindleRotationCoordinate_Nm(Hi.Machining.IMachiningTool)">
|
|
GetMomentsToToolAboutObservationPointOnSpindleRotationCoordinate_Nm(IMachiningTool)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Moment to tool.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<Vec3d> GetMomentsToToolAboutObservationPointOnSpindleRotationCoordinate_Nm(IMachiningTool millingTool)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>millingTool</code> <a class="xref" href="Hi.Machining.IMachiningTool.html">IMachiningTool</a></dt>
|
|
<dd></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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_GetMomentsToToolOnSpindleRotationZeroCsvString_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsToToolOnSpindleRotationZeroCsvString*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetMomentsToToolOnSpindleRotationZeroCsvString_Hi_Machining_MachiningToolHouse_Hi_MachiningSteps_MachineMotionStep_Hi_MillingForces_RakeFacePhysicsBrief_" data-uid="Hi.MillingForces.MillingForceLuggage.GetMomentsToToolOnSpindleRotationZeroCsvString(Hi.Machining.MachiningToolHouse,Hi.MachiningSteps.MachineMotionStep,Hi.MillingForces.RakeFacePhysicsBrief)">
|
|
GetMomentsToToolOnSpindleRotationZeroCsvString(MachiningToolHouse, MachineMotionStep, RakeFacePhysicsBrief)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the moments to tool 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 GetMomentsToToolOnSpindleRotationZeroCsvString(MachiningToolHouse toolHouse, MachineMotionStep machineStep, RakeFacePhysicsBrief brief)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>toolHouse</code> <a class="xref" href="Hi.Machining.MachiningToolHouse.html">MachiningToolHouse</a></dt>
|
|
<dd><p>The tool house containing the machining tool.</p>
|
|
</dd>
|
|
<dt><code>machineStep</code> <a class="xref" href="Hi.MachiningSteps.MachineMotionStep.html">MachineMotionStep</a></dt>
|
|
<dd><p>The machining step to get moments for.</p>
|
|
</dd>
|
|
<dt><code>brief</code> <a class="xref" href="Hi.MillingForces.RakeFacePhysicsBrief.html">RakeFacePhysicsBrief</a></dt>
|
|
<dd><p>The rake face physics brief.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
<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_MillingForceLuggage_GetTipDeflectionOnToolRunningCoordinateList_mm_" data-uid="Hi.MillingForces.MillingForceLuggage.GetTipDeflectionOnToolRunningCoordinateList_mm*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetTipDeflectionOnToolRunningCoordinateList_mm_Hi_Machining_IMachiningTool_" data-uid="Hi.MillingForces.MillingForceLuggage.GetTipDeflectionOnToolRunningCoordinateList_mm(Hi.Machining.IMachiningTool)">
|
|
GetTipDeflectionOnToolRunningCoordinateList_mm(IMachiningTool)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the tool tip deflection on the tool running coordinate system.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<Vec3d> GetTipDeflectionOnToolRunningCoordinateList_mm(IMachiningTool millingTool)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>millingTool</code> <a class="xref" href="Hi.Machining.IMachiningTool.html">IMachiningTool</a></dt>
|
|
<dd><p>The milling tool for which to calculate deflections.</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><<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>></dt>
|
|
<dd><p>A list of deflection vectors in millimeters in the tool running coordinate system.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_GetYieldingStressRatio_" data-uid="Hi.MillingForces.MillingForceLuggage.GetYieldingStressRatio*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_GetYieldingStressRatio_Hi_Machining_IMachiningTool_" data-uid="Hi.MillingForces.MillingForceLuggage.GetYieldingStressRatio(Hi.Machining.IMachiningTool)">
|
|
GetYieldingStressRatio(IMachiningTool)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the yielding stress ratio for the given machining tool.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double GetYieldingStressRatio(IMachiningTool millingTool)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>millingTool</code> <a class="xref" href="Hi.Machining.IMachiningTool.html">IMachiningTool</a></dt>
|
|
<dd><p>The machining tool to calculate the stress ratio for.</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 yielding stress ratio.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_MillingForces_MillingForceLuggage_ToCuttingForcesString_" data-uid="Hi.MillingForces.MillingForceLuggage.ToCuttingForcesString*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_ToCuttingForcesString" data-uid="Hi.MillingForces.MillingForceLuggage.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_MillingForceLuggage_WriteBin_" data-uid="Hi.MillingForces.MillingForceLuggage.WriteBin*"></a>
|
|
|
|
<h3 id="Hi_MillingForces_MillingForceLuggage_WriteBin_System_IO_BinaryWriter_" data-uid="Hi.MillingForces.MillingForceLuggage.WriteBin(System.IO.BinaryWriter)">
|
|
WriteBin(BinaryWriter)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></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></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>
|