1336 lines
43 KiB
HTML
1336 lines
43 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Class SeqPhysicsBrief | HiAPI-C# 2025 </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="title" content="Class SeqPhysicsBrief | HiAPI-C# 2025 ">
|
|
|
|
<meta name="description" content="Represents a brief summary of physical properties and measurements during a machining sequence.">
|
|
<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.Physics.SeqPhysicsBrief">
|
|
|
|
|
|
|
|
<h1 id="Hi_Physics_SeqPhysicsBrief" data-uid="Hi.Physics.SeqPhysicsBrief" class="text-break">
|
|
Class SeqPhysicsBrief
|
|
</h1>
|
|
|
|
<div class="facts text-secondary">
|
|
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Physics.html">Physics</a></dd></dl>
|
|
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
|
|
</div>
|
|
|
|
<div class="markdown summary"><p>Represents a brief summary of physical properties and measurements during a machining sequence.</p>
|
|
</div>
|
|
<div class="markdown conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public class SeqPhysicsBrief : IGetQuantityByKey</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">SeqPhysicsBrief</span></div>
|
|
</dd>
|
|
</dl>
|
|
|
|
<dl class="typelist implements">
|
|
<dt>Implements</dt>
|
|
<dd>
|
|
<div><a class="xref" href="Hi.Common.IGetQuantityByKey.html">IGetQuantityByKey</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>
|
|
<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_Physics_SeqPhysicsBrief__ctor_" data-uid="Hi.Physics.SeqPhysicsBrief.#ctor*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief__ctor_Hi_Physics_SeqPhysicsBrief_" data-uid="Hi.Physics.SeqPhysicsBrief.#ctor(Hi.Physics.SeqPhysicsBrief)">
|
|
SeqPhysicsBrief(SeqPhysicsBrief)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Creates a new instance by copying from an existing <a class="xref" href="Hi.Physics.SeqPhysicsBrief.html">SeqPhysicsBrief</a>.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public SeqPhysicsBrief(SeqPhysicsBrief src)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>src</code> <a class="xref" href="Hi.Physics.SeqPhysicsBrief.html">SeqPhysicsBrief</a></dt>
|
|
<dd><p>The source object to copy from.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief__ctor_" data-uid="Hi.Physics.SeqPhysicsBrief.#ctor*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief__ctor_System_Double_System_Double_" data-uid="Hi.Physics.SeqPhysicsBrief.#ctor(System.Double,System.Double)">
|
|
SeqPhysicsBrief(double, double)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.Physics.SeqPhysicsBrief.html">SeqPhysicsBrief</a> class.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public SeqPhysicsBrief(double backgroundTemperature_K, double spindleTemperature_K)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>backgroundTemperature_K</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
|
<dd><p>The background temperature in Kelvin.</p>
|
|
</dd>
|
|
<dt><code>spindleTemperature_K</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
|
<dd><p>The spindle temperature in Kelvin.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="properties">Properties
|
|
</h2>
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_AccumulatedCraterWear_um_" data-uid="Hi.Physics.SeqPhysicsBrief.AccumulatedCraterWear_um*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_AccumulatedCraterWear_um" data-uid="Hi.Physics.SeqPhysicsBrief.AccumulatedCraterWear_um">
|
|
AccumulatedCraterWear_um
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the accumulated crater wear in micrometers.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double AccumulatedCraterWear_um { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_AccumulatedFlankWearDepth_um_" data-uid="Hi.Physics.SeqPhysicsBrief.AccumulatedFlankWearDepth_um*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_AccumulatedFlankWearDepth_um" data-uid="Hi.Physics.SeqPhysicsBrief.AccumulatedFlankWearDepth_um">
|
|
AccumulatedFlankWearDepth_um
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the accumulated flank wear depth in micrometers.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double AccumulatedFlankWearDepth_um { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_AccumulatedFlankWearWidth_um_" data-uid="Hi.Physics.SeqPhysicsBrief.AccumulatedFlankWearWidth_um*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_AccumulatedFlankWearWidth_um" data-uid="Hi.Physics.SeqPhysicsBrief.AccumulatedFlankWearWidth_um">
|
|
AccumulatedFlankWearWidth_um
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the accumulated flank wear width in micrometers.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double AccumulatedFlankWearWidth_um { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_ChipTemperature_C_" data-uid="Hi.Physics.SeqPhysicsBrief.ChipTemperature_C*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_ChipTemperature_C" data-uid="Hi.Physics.SeqPhysicsBrief.ChipTemperature_C">
|
|
ChipTemperature_C
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the chip temperature in Celsius.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[NotMapped]
|
|
public double ChipTemperature_C { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_ChipTemperature_K_" data-uid="Hi.Physics.SeqPhysicsBrief.ChipTemperature_K*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_ChipTemperature_K" data-uid="Hi.Physics.SeqPhysicsBrief.ChipTemperature_K">
|
|
ChipTemperature_K
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the chip temperature in Kelvin.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double ChipTemperature_K { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_CutterBodyTemperature_C_" data-uid="Hi.Physics.SeqPhysicsBrief.CutterBodyTemperature_C*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_CutterBodyTemperature_C" data-uid="Hi.Physics.SeqPhysicsBrief.CutterBodyTemperature_C">
|
|
CutterBodyTemperature_C
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the cutter body temperature in Celsius.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[NotMapped]
|
|
public double CutterBodyTemperature_C { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_CutterBodyTemperature_K_" data-uid="Hi.Physics.SeqPhysicsBrief.CutterBodyTemperature_K*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_CutterBodyTemperature_K" data-uid="Hi.Physics.SeqPhysicsBrief.CutterBodyTemperature_K">
|
|
CutterBodyTemperature_K
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the cutter body temperature in Kelvin.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double CutterBodyTemperature_K { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_CutterFluteTemperatureList_" data-uid="Hi.Physics.SeqPhysicsBrief.CutterFluteTemperatureList*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_CutterFluteTemperatureList" data-uid="Hi.Physics.SeqPhysicsBrief.CutterFluteTemperatureList">
|
|
CutterFluteTemperatureList
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the list of cutter dermis temperatures at different depths.
|
|
[0] represents the temperature at the rake surface.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<double> CutterFluteTemperatureList { 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.collections.generic.list-1">List</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_CutterShankTemperatureList_" data-uid="Hi.Physics.SeqPhysicsBrief.CutterShankTemperatureList*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_CutterShankTemperatureList" data-uid="Hi.Physics.SeqPhysicsBrief.CutterShankTemperatureList">
|
|
CutterShankTemperatureList
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the list of cutter body temperatures at different points.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<double> CutterShankTemperatureList { 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.collections.generic.list-1">List</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_CutterSurfaceTemperature_C_" data-uid="Hi.Physics.SeqPhysicsBrief.CutterSurfaceTemperature_C*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_CutterSurfaceTemperature_C" data-uid="Hi.Physics.SeqPhysicsBrief.CutterSurfaceTemperature_C">
|
|
CutterSurfaceTemperature_C
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the cutter surface temperature in Celsius.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[NotMapped]
|
|
public double CutterSurfaceTemperature_C { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_CutterSurfaceTemperature_K_" data-uid="Hi.Physics.SeqPhysicsBrief.CutterSurfaceTemperature_K*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_CutterSurfaceTemperature_K" data-uid="Hi.Physics.SeqPhysicsBrief.CutterSurfaceTemperature_K">
|
|
CutterSurfaceTemperature_K
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the cutter surface temperature in Kelvin.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double CutterSurfaceTemperature_K { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_InstantCraterWear_um_" data-uid="Hi.Physics.SeqPhysicsBrief.InstantCraterWear_um*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_InstantCraterWear_um" data-uid="Hi.Physics.SeqPhysicsBrief.InstantCraterWear_um">
|
|
InstantCraterWear_um
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the instant crater wear in micrometers.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double InstantCraterWear_um { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_InstantFlankWearDepth_um_" data-uid="Hi.Physics.SeqPhysicsBrief.InstantFlankWearDepth_um*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_InstantFlankWearDepth_um" data-uid="Hi.Physics.SeqPhysicsBrief.InstantFlankWearDepth_um">
|
|
InstantFlankWearDepth_um
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the instant flank wear depth in micrometers.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double InstantFlankWearDepth_um { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_SpindleEnergyConsumption_kJ_" data-uid="Hi.Physics.SeqPhysicsBrief.SpindleEnergyConsumption_kJ*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_SpindleEnergyConsumption_kJ" data-uid="Hi.Physics.SeqPhysicsBrief.SpindleEnergyConsumption_kJ">
|
|
SpindleEnergyConsumption_kJ
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Accumulation of Spindle input energy.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double SpindleEnergyConsumption_kJ { 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_Physics_SeqPhysicsBrief_SpindleTemperature_C_" data-uid="Hi.Physics.SeqPhysicsBrief.SpindleTemperature_C*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_SpindleTemperature_C" data-uid="Hi.Physics.SeqPhysicsBrief.SpindleTemperature_C">
|
|
SpindleTemperature_C
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the spindle temperature in Celsius.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double SpindleTemperature_C { 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_Physics_SeqPhysicsBrief_SpindleTemperature_K_" data-uid="Hi.Physics.SeqPhysicsBrief.SpindleTemperature_K*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_SpindleTemperature_K" data-uid="Hi.Physics.SeqPhysicsBrief.SpindleTemperature_K">
|
|
SpindleTemperature_K
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the spindle temperature in Kelvin.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double SpindleTemperature_K { 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_Physics_SeqPhysicsBrief_SpindleWorkingTemperatureRatio_" data-uid="Hi.Physics.SeqPhysicsBrief.SpindleWorkingTemperatureRatio*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_SpindleWorkingTemperatureRatio" data-uid="Hi.Physics.SeqPhysicsBrief.SpindleWorkingTemperatureRatio">
|
|
SpindleWorkingTemperatureRatio
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the ratio of current spindle temperature to its working temperature range.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double SpindleWorkingTemperatureRatio { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_ThermalStress_MPa_" data-uid="Hi.Physics.SeqPhysicsBrief.ThermalStress_MPa*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_ThermalStress_MPa" data-uid="Hi.Physics.SeqPhysicsBrief.ThermalStress_MPa">
|
|
ThermalStress_MPa
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the thermal stress in megapascals.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double ThermalStress_MPa { 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_Physics_SeqPhysicsBrief_ThermalYieldRatio_" data-uid="Hi.Physics.SeqPhysicsBrief.ThermalYieldRatio*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_ThermalYieldRatio" data-uid="Hi.Physics.SeqPhysicsBrief.ThermalYieldRatio">
|
|
ThermalYieldRatio
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Ratio between Thermal Stress and tensile strength.
|
|
The tensile strength is applied since the compressive strength is high.
|
|
so assume if the material shrink back, there arise tensile stress.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double ThermalYieldRatio { 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_Physics_SeqPhysicsBrief_WorkpieceDermisTemperatureList_" data-uid="Hi.Physics.SeqPhysicsBrief.WorkpieceDermisTemperatureList*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_WorkpieceDermisTemperatureList" data-uid="Hi.Physics.SeqPhysicsBrief.WorkpieceDermisTemperatureList">
|
|
WorkpieceDermisTemperatureList
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the list of workpiece dermis temperatures at different depths.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<double> WorkpieceDermisTemperatureList { 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.collections.generic.list-1">List</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_WorkpieceSurfaceTemperature_C_" data-uid="Hi.Physics.SeqPhysicsBrief.WorkpieceSurfaceTemperature_C*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_WorkpieceSurfaceTemperature_C" data-uid="Hi.Physics.SeqPhysicsBrief.WorkpieceSurfaceTemperature_C">
|
|
WorkpieceSurfaceTemperature_C
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the workpiece surface temperature in Celsius.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">[NotMapped]
|
|
public double WorkpieceSurfaceTemperature_C { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_WorkpieceSurfaceTemperature_K_" data-uid="Hi.Physics.SeqPhysicsBrief.WorkpieceSurfaceTemperature_K*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_WorkpieceSurfaceTemperature_K" data-uid="Hi.Physics.SeqPhysicsBrief.WorkpieceSurfaceTemperature_K">
|
|
WorkpieceSurfaceTemperature_K
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the workpiece surface temperature in Kelvin.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double WorkpieceSurfaceTemperature_K { 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.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="methods">Methods
|
|
</h2>
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_AddToCsvDictionary_" data-uid="Hi.Physics.SeqPhysicsBrief.AddToCsvDictionary*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_AddToCsvDictionary_System_Collections_Generic_Dictionary_System_String_System_String__" data-uid="Hi.Physics.SeqPhysicsBrief.AddToCsvDictionary(System.Collections.Generic.Dictionary{System.String,System.String})">
|
|
AddToCsvDictionary(Dictionary<string, string>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Adds physical quantities to a CSV dictionary representation.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void AddToCsvDictionary(Dictionary<string, string> dst)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>dst</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a><<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>></dt>
|
|
<dd><p>The destination dictionary to add values to.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_AddToQuantityDictionary_" data-uid="Hi.Physics.SeqPhysicsBrief.AddToQuantityDictionary*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_AddToQuantityDictionary_System_Collections_Generic_Dictionary_System_String_System_Double__" data-uid="Hi.Physics.SeqPhysicsBrief.AddToQuantityDictionary(System.Collections.Generic.Dictionary{System.String,System.Double})">
|
|
AddToQuantityDictionary(Dictionary<string, double>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Adds physical quantities to a numeric dictionary representation.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void AddToQuantityDictionary(Dictionary<string, double> dst)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>dst</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a><<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>></dt>
|
|
<dd><p>The destination dictionary to add values to.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_BuildCuttingTemperatureAndWear_" data-uid="Hi.Physics.SeqPhysicsBrief.BuildCuttingTemperatureAndWear*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_BuildCuttingTemperatureAndWear_Hi_Physics_SeqPhysicsBrief_Hi_MachiningSteps_MachineMotionStep_Hi_MachiningSteps_MachineMotionStep_System_Double_Hi_Milling_SpindleCapability_Hi_Machining_IMachiningTool_Hi_NcMech_Workpieces_Workpiece_System_Int32_Hi_Cbtr_Substraction_Hi_Milling_Engagements_LayerMillingEngagement_Hi_MillingForces_MillingPhysicsBrief_Hi_Physics_CoolantHeatCondition_System_Boolean_" data-uid="Hi.Physics.SeqPhysicsBrief.BuildCuttingTemperatureAndWear(Hi.Physics.SeqPhysicsBrief,Hi.MachiningSteps.MachineMotionStep,Hi.MachiningSteps.MachineMotionStep,System.Double,Hi.Milling.SpindleCapability,Hi.Machining.IMachiningTool,Hi.NcMech.Workpieces.Workpiece,System.Int32,Hi.Cbtr.Substraction,Hi.Milling.Engagements.LayerMillingEngagement,Hi.MillingForces.MillingPhysicsBrief,Hi.Physics.CoolantHeatCondition,System.Boolean)">
|
|
BuildCuttingTemperatureAndWear(SeqPhysicsBrief, MachineMotionStep, MachineMotionStep, double, SpindleCapability, IMachiningTool, Workpiece, int, Substraction, LayerMillingEngagement, MillingPhysicsBrief, CoolantHeatCondition, bool)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Builds cutting temperature and wear calculations for the current step.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void BuildCuttingTemperatureAndWear(SeqPhysicsBrief preSeqPhysicsBrief, MachineMotionStep preMachineMotionStep, MachineMotionStep curMachineMotionStep, double backgroundTemperature_K, SpindleCapability spindleCapability, IMachiningTool machiningTool, Workpiece workpiece, int stepIndex, Substraction substraction, LayerMillingEngagement layerMillingEngagement, MillingPhysicsBrief millingPhysicsBrief, CoolantHeatCondition coolantHeatCondition, bool enableWearEffect)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>preSeqPhysicsBrief</code> <a class="xref" href="Hi.Physics.SeqPhysicsBrief.html">SeqPhysicsBrief</a></dt>
|
|
<dd><p>The previous sequence physics brief.</p>
|
|
</dd>
|
|
<dt><code>preMachineMotionStep</code> <a class="xref" href="Hi.MachiningSteps.MachineMotionStep.html">MachineMotionStep</a></dt>
|
|
<dd><p>The previous machine motion step.</p>
|
|
</dd>
|
|
<dt><code>curMachineMotionStep</code> <a class="xref" href="Hi.MachiningSteps.MachineMotionStep.html">MachineMotionStep</a></dt>
|
|
<dd><p>The current machine motion step.</p>
|
|
</dd>
|
|
<dt><code>backgroundTemperature_K</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
|
<dd><p>The background temperature in Kelvin.</p>
|
|
</dd>
|
|
<dt><code>spindleCapability</code> <a class="xref" href="Hi.Milling.SpindleCapability.html">SpindleCapability</a></dt>
|
|
<dd><p>The spindle capability information.</p>
|
|
</dd>
|
|
<dt><code>machiningTool</code> <a class="xref" href="Hi.Machining.IMachiningTool.html">IMachiningTool</a></dt>
|
|
<dd><p>The machining tool.</p>
|
|
</dd>
|
|
<dt><code>workpiece</code> <a class="xref" href="Hi.NcMech.Workpieces.Workpiece.html">Workpiece</a></dt>
|
|
<dd><p>The workpiece.</p>
|
|
</dd>
|
|
<dt><code>stepIndex</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
|
<dd><p>The step index.</p>
|
|
</dd>
|
|
<dt><code>substraction</code> <a class="xref" href="Hi.Cbtr.Substraction.html">Substraction</a></dt>
|
|
<dd><p>The substraction data.</p>
|
|
</dd>
|
|
<dt><code>layerMillingEngagement</code> <a class="xref" href="Hi.Milling.Engagements.LayerMillingEngagement.html">LayerMillingEngagement</a></dt>
|
|
<dd><p>The layer milling engagement.</p>
|
|
</dd>
|
|
<dt><code>millingPhysicsBrief</code> <a class="xref" href="Hi.MillingForces.MillingPhysicsBrief.html">MillingPhysicsBrief</a></dt>
|
|
<dd><p>The milling physics brief.</p>
|
|
</dd>
|
|
<dt><code>coolantHeatCondition</code> <a class="xref" href="Hi.Physics.CoolantHeatCondition.html">CoolantHeatCondition</a></dt>
|
|
<dd><p>The coolant heat condition.</p>
|
|
</dd>
|
|
<dt><code>enableWearEffect</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
|
<dd><p>Whether to enable wear effect calculations.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_BuildSpindleTemperatureAndRatio_" data-uid="Hi.Physics.SeqPhysicsBrief.BuildSpindleTemperatureAndRatio*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_BuildSpindleTemperatureAndRatio_Hi_MachiningSteps_MachineMotionStep_Hi_MillingForces_MillingPhysicsBrief_System_Double_Hi_Milling_SpindleCapability_Hi_MachiningProcs_SpindleSpeedCache_System_Double_" data-uid="Hi.Physics.SeqPhysicsBrief.BuildSpindleTemperatureAndRatio(Hi.MachiningSteps.MachineMotionStep,Hi.MillingForces.MillingPhysicsBrief,System.Double,Hi.Milling.SpindleCapability,Hi.MachiningProcs.SpindleSpeedCache,System.Double)">
|
|
BuildSpindleTemperatureAndRatio(MachineMotionStep, MillingPhysicsBrief, double, SpindleCapability, SpindleSpeedCache, double)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Internal Use Only.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void BuildSpindleTemperatureAndRatio(MachineMotionStep machiningStep, MillingPhysicsBrief rakeFacePhysicsBrief, double backgroundTemperature_K, SpindleCapability spindleCapability, SpindleSpeedCache spindleSpeedCache, double preSpindleTemperature_K)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>machiningStep</code> <a class="xref" href="Hi.MachiningSteps.MachineMotionStep.html">MachineMotionStep</a></dt>
|
|
<dd></dd>
|
|
<dt><code>rakeFacePhysicsBrief</code> <a class="xref" href="Hi.MillingForces.MillingPhysicsBrief.html">MillingPhysicsBrief</a></dt>
|
|
<dd></dd>
|
|
<dt><code>backgroundTemperature_K</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
|
<dd></dd>
|
|
<dt><code>spindleCapability</code> <a class="xref" href="Hi.Milling.SpindleCapability.html">SpindleCapability</a></dt>
|
|
<dd></dd>
|
|
<dt><code>spindleSpeedCache</code> <a class="xref" href="Hi.MachiningProcs.SpindleSpeedCache.html">SpindleSpeedCache</a></dt>
|
|
<dd></dd>
|
|
<dt><code>preSpindleTemperature_K</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_GetCutterDermisAvgTemperature_K_" data-uid="Hi.Physics.SeqPhysicsBrief.GetCutterDermisAvgTemperature_K*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_GetCutterDermisAvgTemperature_K_System_Double_System_Collections_Generic_IList_Hi_Physics_ThermalLayer1D__" data-uid="Hi.Physics.SeqPhysicsBrief.GetCutterDermisAvgTemperature_K(System.Double,System.Collections.Generic.IList{Hi.Physics.ThermalLayer1D})">
|
|
GetCutterDermisAvgTemperature_K(double, IList<ThermalLayer1D>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the average cutter dermis temperature up to a specific depth.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double GetCutterDermisAvgTemperature_K(double depth, IList<ThermalLayer1D> thermalLayerList)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>depth</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
|
<dd><p>The depth to calculate the average temperature to</p>
|
|
</dd>
|
|
<dt><code>thermalLayerList</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a><<a class="xref" href="Hi.Physics.ThermalLayer1D.html">ThermalLayer1D</a>></dt>
|
|
<dd><p>The list of thermal layers</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 average temperature in Kelvin up to the specified depth</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_GetCutterDermisTemperature_K_" data-uid="Hi.Physics.SeqPhysicsBrief.GetCutterDermisTemperature_K*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_GetCutterDermisTemperature_K_System_Double_System_Collections_Generic_IList_Hi_Physics_ThermalLayer1D__" data-uid="Hi.Physics.SeqPhysicsBrief.GetCutterDermisTemperature_K(System.Double,System.Collections.Generic.IList{Hi.Physics.ThermalLayer1D})">
|
|
GetCutterDermisTemperature_K(double, IList<ThermalLayer1D>)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the cutter dermis temperature at a specified depth.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double GetCutterDermisTemperature_K(double depth_mm, IList<ThermalLayer1D> thermalLayerList)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>depth_mm</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
|
<dd><p>The depth in millimeters.</p>
|
|
</dd>
|
|
<dt><code>thermalLayerList</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a><<a class="xref" href="Hi.Physics.ThermalLayer1D.html">ThermalLayer1D</a>></dt>
|
|
<dd><p>The thermal layer list.</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 temperature in Kelvin.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Physics_SeqPhysicsBrief_GetQuantityByKey_" data-uid="Hi.Physics.SeqPhysicsBrief.GetQuantityByKey*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_GetQuantityByKey_System_String_" data-uid="Hi.Physics.SeqPhysicsBrief.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_Physics_SeqPhysicsBrief_SetByCsvDictionary_" data-uid="Hi.Physics.SeqPhysicsBrief.SetByCsvDictionary*"></a>
|
|
|
|
<h3 id="Hi_Physics_SeqPhysicsBrief_SetByCsvDictionary_System_Collections_Generic_Dictionary_System_String_System_String__System_Boolean_" data-uid="Hi.Physics.SeqPhysicsBrief.SetByCsvDictionary(System.Collections.Generic.Dictionary{System.String,System.String},System.Boolean)">
|
|
SetByCsvDictionary(Dictionary<string, string>, bool)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Sets properties from a CSV dictionary.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void SetByCsvDictionary(Dictionary<string, string> src, bool removeFromSource = false)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>src</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a><<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>></dt>
|
|
<dd><p>The source dictionary containing values.</p>
|
|
</dd>
|
|
<dt><code>removeFromSource</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
|
<dd><p>Whether to remove keys from the source dictionary after reading.</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>
|