2689 lines
77 KiB
HTML
2689 lines
77 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Class MillingCutter | HiAPI-C# 2025 </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="title" content="Class MillingCutter | HiAPI-C# 2025 ">
|
|
|
|
<meta name="description" content="Represents a milling cutter with its geometric and physical properties.">
|
|
<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.Milling.Cutters.MillingCutter">
|
|
|
|
|
|
|
|
<h1 id="Hi_Milling_Cutters_MillingCutter" data-uid="Hi.Milling.Cutters.MillingCutter" class="text-break">
|
|
Class MillingCutter
|
|
</h1>
|
|
|
|
<div class="facts text-secondary">
|
|
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.Milling.html">Milling</a>.<a class="xref" href="Hi.Milling.Cutters.html">Cutters</a></dd></dl>
|
|
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
|
|
</div>
|
|
|
|
<div class="markdown summary"><p>Represents a milling cutter with its geometric and physical properties.</p>
|
|
</div>
|
|
<div class="markdown conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public class MillingCutter : ICutter, IGetSweptable, IAnchoredDisplayee, IGetFletchBuckle, IMakeXmlSource, IAbstractNote, IAnchoredCollidableStem, IAnchoredCollidableNode, IAnchoredCollidableBased, IDisposable, INameNote, IGetFluteHeight, IDisplayee, IExpandToBox3d, IUpdateByContent, IClearCache, IGetThermalLayerList, ITopo, IGetAsmb, IGetAnchor, IGetTopoIndex, IGetAnchoredDisplayeeList, IDuplicate, IGetInitStickConvex, IVolumeRemover, IPolarResolution2d, IGetZrList</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">MillingCutter</span></div>
|
|
</dd>
|
|
</dl>
|
|
|
|
<dl class="typelist implements">
|
|
<dt>Implements</dt>
|
|
<dd>
|
|
<div><a class="xref" href="Hi.Machining.ICutter.html">ICutter</a></div>
|
|
<div><a class="xref" href="Hi.Machining.IGetSweptable.html">IGetSweptable</a></div>
|
|
<div><a class="xref" href="Hi.Mech.Topo.IAnchoredDisplayee.html">IAnchoredDisplayee</a></div>
|
|
<div><a class="xref" href="Hi.Mech.Topo.IGetFletchBuckle.html">IGetFletchBuckle</a></div>
|
|
<div><a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html">IMakeXmlSource</a></div>
|
|
<div><a class="xref" href="Hi.Common.IAbstractNote.html">IAbstractNote</a></div>
|
|
<div><a class="xref" href="Hi.Collision.IAnchoredCollidableStem.html">IAnchoredCollidableStem</a></div>
|
|
<div><a class="xref" href="Hi.Collision.IAnchoredCollidableNode.html">IAnchoredCollidableNode</a></div>
|
|
<div><a class="xref" href="Hi.Collision.IAnchoredCollidableBased.html">IAnchoredCollidableBased</a></div>
|
|
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
|
|
<div><a class="xref" href="Hi.Common.INameNote.html">INameNote</a></div>
|
|
<div><a class="xref" href="Hi.Milling.IGetFluteHeight.html">IGetFluteHeight</a></div>
|
|
<div><a class="xref" href="Hi.Disp.IDisplayee.html">IDisplayee</a></div>
|
|
<div><a class="xref" href="Hi.Geom.IExpandToBox3d.html">IExpandToBox3d</a></div>
|
|
<div><a class="xref" href="Hi.Common.IUpdateByContent.html">IUpdateByContent</a></div>
|
|
<div><a class="xref" href="Hi.Common.IClearCache.html">IClearCache</a></div>
|
|
<div><a class="xref" href="Hi.Physics.IGetThermalLayerList.html">IGetThermalLayerList</a></div>
|
|
<div><a class="xref" href="Hi.Mech.Topo.ITopo.html">ITopo</a></div>
|
|
<div><a class="xref" href="Hi.Mech.Topo.IGetAsmb.html">IGetAsmb</a></div>
|
|
<div><a class="xref" href="Hi.Mech.Topo.IGetAnchor.html">IGetAnchor</a></div>
|
|
<div><a class="xref" href="Hi.Mech.Topo.IGetTopoIndex.html">IGetTopoIndex</a></div>
|
|
<div><a class="xref" href="Hi.Mech.Topo.IGetAnchoredDisplayeeList.html">IGetAnchoredDisplayeeList</a></div>
|
|
<div><a class="xref" href="Hi.Common.IDuplicate.html">IDuplicate</a></div>
|
|
<div><a class="xref" href="Hi.Cbtr.IGetInitStickConvex.html">IGetInitStickConvex</a></div>
|
|
<div><a class="xref" href="Hi.Machining.IVolumeRemover.html">IVolumeRemover</a></div>
|
|
<div><a class="xref" href="Hi.Geom.Resolution.IPolarResolution2d.html">IPolarResolution2d</a></div>
|
|
<div><a class="xref" href="Hi.Geom.IGetZrList.html">IGetZrList</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.Disp.DispUtil.html#Hi_Disp_DispUtil_Display_Hi_Disp_IDisplayee_Hi_Disp_Bind_Hi_Geom_Mat4d_">DispUtil.Display(IDisplayee, Bind, Mat4d)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="Hi.Milling.Cutters.CutterUtil.html#Hi_Milling_Cutters_CutterUtil_GetCutterBodyCoolingArea_mm2_Hi_Machining_ICutter_">CutterUtil.GetCutterBodyCoolingArea_mm2(ICutter)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="Hi.Mech.Topo.TopoUtil.html#Hi_Mech_Topo_TopoUtil_Display_Hi_Mech_Topo_IGetAnchor_Hi_Disp_Bind_System_Collections_Generic_Dictionary_Hi_Mech_Topo_Anchor_Hi_Geom_Mat4d__">TopoUtil.Display(IGetAnchor, Bind, Dictionary<Anchor, Mat4d>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="Hi.Mech.Topo.TopoUtil.html#Hi_Mech_Topo_TopoUtil_ExpandToBox3d_Hi_Mech_Topo_IGetAnchor_Hi_Geom_Box3d_System_Collections_Generic_Dictionary_Hi_Mech_Topo_Anchor_Hi_Geom_Mat4d__">TopoUtil.ExpandToBox3d(IGetAnchor, Box3d, Dictionary<Anchor, Mat4d>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="Hi.Mech.Topo.TopoDisplayeeUtil.html#Hi_Mech_Topo_TopoDisplayeeUtil_Display_Hi_Mech_Topo_ITopo_Hi_Disp_Bind_">TopoDisplayeeUtil.Display(ITopo, Bind)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="Hi.Mech.Topo.TopoDisplayeeUtil.html#Hi_Mech_Topo_TopoDisplayeeUtil_ExpandToBox3d_Hi_Mech_Topo_ITopo_Hi_Geom_Box3d_">TopoDisplayeeUtil.ExpandToBox3d(ITopo, Box3d)</a>
|
|
</div>
|
|
<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.Physics.MillingTemperatureUtil.html#Hi_Physics_MillingTemperatureUtil_GetMaterial_Hi_Physics_IGetThermalLayerList_System_Double_">MillingTemperatureUtil.GetMaterial(IGetThermalLayerList, double)</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_Milling_Cutters_MillingCutter_remarks">Remarks</h2>
|
|
<div class="markdown level0 remarks"><p>The cutter can be solid end or insert end.
|
|
The term “Flute” is the edge part of the solid end cutter or the full insert of the insert end body.
|
|
The term “Shank” is the full part except for edge part (i.e. Flute) of the solid end cutter.
|
|
Shank and Flute compose the full cutter.</p>
|
|
</div>
|
|
|
|
|
|
<h2 class="section" id="constructors">Constructors
|
|
</h2>
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter__ctor_" data-uid="Hi.Milling.Cutters.MillingCutter.#ctor*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter__ctor" data-uid="Hi.Milling.Cutters.MillingCutter.#ctor">
|
|
MillingCutter()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html">MillingCutter</a> class.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public MillingCutter()</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter__ctor_" data-uid="Hi.Milling.Cutters.MillingCutter.#ctor*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter__ctor_System_Xml_Linq_XElement_System_String_System_String_System_Object___" data-uid="Hi.Milling.Cutters.MillingCutter.#ctor(System.Xml.Linq.XElement,System.String,System.String,System.Object[])">
|
|
MillingCutter(XElement, string, string, params object[])
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Ctor.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public MillingCutter(XElement src, string baseDirectory, string relFile, params object[] res)</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.xml.linq.xelement">XElement</a></dt>
|
|
<dd><p>XML</p>
|
|
</dd>
|
|
<dt><code>baseDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
|
<dd><p>Base directory path for resolving relative paths</p>
|
|
</dd>
|
|
<dt><code>relFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
|
<dd><p>Relative file path</p>
|
|
</dd>
|
|
<dt><code>res</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>[]</dt>
|
|
<dd><p>Additional optional resources</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="properties">Properties
|
|
</h2>
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_AbstractNote_" data-uid="Hi.Milling.Cutters.MillingCutter.AbstractNote*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_AbstractNote" data-uid="Hi.Milling.Cutters.MillingCutter.AbstractNote">
|
|
AbstractNote
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets a descriptive note or abstract about the object.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public string AbstractNote { 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.string">string</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_AngleResolution_deg_" data-uid="Hi.Milling.Cutters.MillingCutter.AngleResolution_deg*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_AngleResolution_deg" data-uid="Hi.Milling.Cutters.MillingCutter.AngleResolution_deg">
|
|
AngleResolution_deg
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>AngleResolution_deg.
|
|
Call <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutters_MillingCutter_ClearCache">ClearCache()</a> after setting the property.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double AngleResolution_deg { 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_Milling_Cutters_MillingCutter_AngleResolution_rad_" data-uid="Hi.Milling.Cutters.MillingCutter.AngleResolution_rad*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_AngleResolution_rad" data-uid="Hi.Milling.Cutters.MillingCutter.AngleResolution_rad">
|
|
AngleResolution_rad
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>AngleResolution_rad.
|
|
Call <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutters_MillingCutter_ClearCache">ClearCache()</a> after setting the property.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double AngleResolution_rad { 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_Milling_Cutters_MillingCutter_CoatingLayerList_" data-uid="Hi.Milling.Cutters.MillingCutter.CoatingLayerList*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_CoatingLayerList" data-uid="Hi.Milling.Cutters.MillingCutter.CoatingLayerList">
|
|
CoatingLayerList
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the list of coating thermal layers.
|
|
The sequence starts from surface, i.e. from outer to inner.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<ThermalLayer1D> CoatingLayerList { 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="Hi.Physics.ThermalLayer1D.html">ThermalLayer1D</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_CollidableName_" data-uid="Hi.Milling.Cutters.MillingCutter.CollidableName*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_CollidableName" data-uid="Hi.Milling.Cutters.MillingCutter.CollidableName">
|
|
CollidableName
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the name of the collidable object.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public string CollidableName { 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.string">string</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_CutterTip_" data-uid="Hi.Milling.Cutters.MillingCutter.CutterTip*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_CutterTip" data-uid="Hi.Milling.Cutters.MillingCutter.CutterTip">
|
|
CutterTip
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the anchor point at the cutter tip.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public Anchor CutterTip { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Mech.Topo.Anchor.html">Anchor</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_DefaultAngleResolution_rad_" data-uid="Hi.Milling.Cutters.MillingCutter.DefaultAngleResolution_rad*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_DefaultAngleResolution_rad" data-uid="Hi.Milling.Cutters.MillingCutter.DefaultAngleResolution_rad">
|
|
DefaultAngleResolution_rad
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the default angle resolution in radians.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static double DefaultAngleResolution_rad { 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_Milling_Cutters_MillingCutter_DefaultLinearResolution_mm_" data-uid="Hi.Milling.Cutters.MillingCutter.DefaultLinearResolution_mm*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_DefaultLinearResolution_mm" data-uid="Hi.Milling.Cutters.MillingCutter.DefaultLinearResolution_mm">
|
|
DefaultLinearResolution_mm
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the default linear resolution in millimeters.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static double DefaultLinearResolution_mm { 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_Milling_Cutters_MillingCutter_DefaultStlLongitudeNum_" data-uid="Hi.Milling.Cutters.MillingCutter.DefaultStlLongitudeNum*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_DefaultStlLongitudeNum" data-uid="Hi.Milling.Cutters.MillingCutter.DefaultStlLongitudeNum">
|
|
DefaultStlLongitudeNum
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the default number of longitude lines for STL generation.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static int DefaultStlLongitudeNum { 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_Milling_Cutters_MillingCutter_EffectiveCuttingDiameter_mm_" data-uid="Hi.Milling.Cutters.MillingCutter.EffectiveCuttingDiameter_mm*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_EffectiveCuttingDiameter_mm" data-uid="Hi.Milling.Cutters.MillingCutter.EffectiveCuttingDiameter_mm">
|
|
EffectiveCuttingDiameter_mm
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Cutting Diameter for calculate cutting speed.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double EffectiveCuttingDiameter_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_Milling_Cutters_MillingCutter_ExposedHeight_mm_" data-uid="Hi.Milling.Cutters.MillingCutter.ExposedHeight_mm*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_ExposedHeight_mm" data-uid="Hi.Milling.Cutters.MillingCutter.ExposedHeight_mm">
|
|
ExposedHeight_mm
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Has to be simultanous with <a class="xref" href="Hi.Milling.MillingTools.MillingTool.html#Hi_Milling_MillingTools_MillingTool_ExposedCutterHeight_mm">ExposedCutterHeight_mm</a>.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double ExposedHeight_mm { 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_Milling_Cutters_MillingCutter_FluteContourTray_" data-uid="Hi.Milling.Cutters.MillingCutter.FluteContourTray*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_FluteContourTray" data-uid="Hi.Milling.Cutters.MillingCutter.FluteContourTray">
|
|
FluteContourTray
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the flute contour tray that defines the flute geometry.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public IContourTray FluteContourTray { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Milling.FluteContours.IContourTray.html">IContourTray</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_FluteHeight_mm_" data-uid="Hi.Milling.Cutters.MillingCutter.FluteHeight_mm*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_FluteHeight_mm" data-uid="Hi.Milling.Cutters.MillingCutter.FluteHeight_mm">
|
|
FluteHeight_mm
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the height of the flute in millimeters.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double FluteHeight_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_Milling_Cutters_MillingCutter_FluteMaterial_" data-uid="Hi.Milling.Cutters.MillingCutter.FluteMaterial*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_FluteMaterial" data-uid="Hi.Milling.Cutters.MillingCutter.FluteMaterial">
|
|
FluteMaterial
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Material of the flute.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public CutterMaterial FluteMaterial { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Physics.CutterMaterial.html">CutterMaterial</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_FluteMaterialFile_" data-uid="Hi.Milling.Cutters.MillingCutter.FluteMaterialFile*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_FluteMaterialFile" data-uid="Hi.Milling.Cutters.MillingCutter.FluteMaterialFile">
|
|
FluteMaterialFile
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the file path for the flute material definition.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public string FluteMaterialFile { 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.string">string</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_FullHeight_mm_" data-uid="Hi.Milling.Cutters.MillingCutter.FullHeight_mm*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_FullHeight_mm" data-uid="Hi.Milling.Cutters.MillingCutter.FullHeight_mm">
|
|
FullHeight_mm
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the full height of the cutter in millimeters.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double FullHeight_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_Milling_Cutters_MillingCutter_HoneRadius_mm_" data-uid="Hi.Milling.Cutters.MillingCutter.HoneRadius_mm*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_HoneRadius_mm" data-uid="Hi.Milling.Cutters.MillingCutter.HoneRadius_mm">
|
|
HoneRadius_mm
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the hone radius in millimeters.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double HoneRadius_mm { 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_Milling_Cutters_MillingCutter_HoneRadius_um_" data-uid="Hi.Milling.Cutters.MillingCutter.HoneRadius_um*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_HoneRadius_um" data-uid="Hi.Milling.Cutters.MillingCutter.HoneRadius_um">
|
|
HoneRadius_um
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the hone radius in micrometers.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double HoneRadius_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_Milling_Cutters_MillingCutter_InnerBeamProfile_" data-uid="Hi.Milling.Cutters.MillingCutter.InnerBeamProfile*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_InnerBeamProfile" data-uid="Hi.Milling.Cutters.MillingCutter.InnerBeamProfile">
|
|
InnerBeamProfile
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the inner beam profile.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public IShaperProfile InnerBeamProfile { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Milling.Cutters.IShaperProfile.html">IShaperProfile</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
<h4 class="section" id="Hi_Milling_Cutters_MillingCutter_InnerBeamProfile_remarks">Remarks</h4>
|
|
<div class="markdown level1 remarks"><p>InnerBeamProfile may be dependent on ShaperProfile.
|
|
InnerBeamProfile.ClearCache() and initialization must be performed after ShaperProfile.ClearCache() and initialization.</p>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_InsertNum_" data-uid="Hi.Milling.Cutters.MillingCutter.InsertNum*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_InsertNum" data-uid="Hi.Milling.Cutters.MillingCutter.InsertNum">
|
|
InsertNum
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets Insert Number.
|
|
The property should be used Only if <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutters_MillingCutter_IntegralMode">IntegralMode</a> is <a class="xref" href="Hi.Milling.Cutters.MillingCutter.IntegralModeEnum.html#Hi_Milling_Cutters_MillingCutter_IntegralModeEnum_InsertEnd">InsertEnd</a>.
|
|
However, there is no exception mechanism.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public int InsertNum { 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_Milling_Cutters_MillingCutter_InsertThickness_mm_" data-uid="Hi.Milling.Cutters.MillingCutter.InsertThickness_mm*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_InsertThickness_mm" data-uid="Hi.Milling.Cutters.MillingCutter.InsertThickness_mm">
|
|
InsertThickness_mm
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Thickness of an insert.
|
|
Only available if the cutter is <a class="xref" href="Hi.Milling.Cutters.MillingCutter.IntegralModeEnum.html#Hi_Milling_Cutters_MillingCutter_IntegralModeEnum_InsertEnd">InsertEnd</a>.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double InsertThickness_mm { 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_Milling_Cutters_MillingCutter_IntegralMode_" data-uid="Hi.Milling.Cutters.MillingCutter.IntegralMode*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_IntegralMode" data-uid="Hi.Milling.Cutters.MillingCutter.IntegralMode">
|
|
IntegralMode
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the main integral mode of the cutter.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public MillingCutter.IntegralModeEnum IntegralMode { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Milling.Cutters.MillingCutter.html">MillingCutter</a>.<a class="xref" href="Hi.Milling.Cutters.MillingCutter.IntegralModeEnum.html">IntegralModeEnum</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_IsSpinningCutter_" data-uid="Hi.Milling.Cutters.MillingCutter.IsSpinningCutter*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_IsSpinningCutter" data-uid="Hi.Milling.Cutters.MillingCutter.IsSpinningCutter">
|
|
IsSpinningCutter
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Is cutter spining when machining.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public bool IsSpinningCutter { 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><p>Is cutter spining when machining.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_LinearResolution_mm_" data-uid="Hi.Milling.Cutters.MillingCutter.LinearResolution_mm*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_LinearResolution_mm" data-uid="Hi.Milling.Cutters.MillingCutter.LinearResolution_mm">
|
|
LinearResolution_mm
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>LinearResolution_mm.
|
|
Call <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutters_MillingCutter_ClearCache">ClearCache()</a> after setting the property.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double LinearResolution_mm { 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_Milling_Cutters_MillingCutter_MillingCutterOptLimit_" data-uid="Hi.Milling.Cutters.MillingCutter.MillingCutterOptLimit*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_MillingCutterOptLimit" data-uid="Hi.Milling.Cutters.MillingCutter.MillingCutterOptLimit">
|
|
MillingCutterOptLimit
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public MillingCutterOptLimit MillingCutterOptLimit { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.NcOpt.MillingCutterOptLimit.html">MillingCutterOptLimit</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_Name_" data-uid="Hi.Milling.Cutters.MillingCutter.Name*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_Name" data-uid="Hi.Milling.Cutters.MillingCutter.Name">
|
|
Name
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Name.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public string Name { 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.string">string</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_Note_" data-uid="Hi.Milling.Cutters.MillingCutter.Note*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_Note" data-uid="Hi.Milling.Cutters.MillingCutter.Note">
|
|
Note
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Note.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public string Note { 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.string">string</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_ReliefAngle_deg_" data-uid="Hi.Milling.Cutters.MillingCutter.ReliefAngle_deg*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_ReliefAngle_deg" data-uid="Hi.Milling.Cutters.MillingCutter.ReliefAngle_deg">
|
|
ReliefAngle_deg
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the relief angle in degrees.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double ReliefAngle_deg { 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_Milling_Cutters_MillingCutter_ReliefAngle_rad_" data-uid="Hi.Milling.Cutters.MillingCutter.ReliefAngle_rad*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_ReliefAngle_rad" data-uid="Hi.Milling.Cutters.MillingCutter.ReliefAngle_rad">
|
|
ReliefAngle_rad
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the relief angle in radians.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double ReliefAngle_rad { 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_Milling_Cutters_MillingCutter_ShankMassAssignmentMode_" data-uid="Hi.Milling.Cutters.MillingCutter.ShankMassAssignmentMode*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_ShankMassAssignmentMode" data-uid="Hi.Milling.Cutters.MillingCutter.ShankMassAssignmentMode">
|
|
ShankMassAssignmentMode
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the mass assignment mode for the shank.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public MillingCutter.MassAssignmentMode ShankMassAssignmentMode { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Milling.Cutters.MillingCutter.html">MillingCutter</a>.<a class="xref" href="Hi.Milling.Cutters.MillingCutter.MassAssignmentMode.html">MassAssignmentMode</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_ShankMass_g_" data-uid="Hi.Milling.Cutters.MillingCutter.ShankMass_g*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_ShankMass_g" data-uid="Hi.Milling.Cutters.MillingCutter.ShankMass_g">
|
|
ShankMass_g
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the cutter shank mass in grams.
|
|
If <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutters_MillingCutter_IntegralMode">IntegralMode</a> is <a class="xref" href="Hi.Milling.Cutters.MillingCutter.IntegralModeEnum.html#Hi_Milling_Cutters_MillingCutter_IntegralModeEnum_SolidEnd">SolidEnd</a>, the mass is the full cutter mass.
|
|
If <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutters_MillingCutter_IntegralMode">IntegralMode</a> is <a class="xref" href="Hi.Milling.Cutters.MillingCutter.IntegralModeEnum.html#Hi_Milling_Cutters_MillingCutter_IntegralModeEnum_InsertEnd">InsertEnd</a>, the mass is the shank mass.
|
|
since the flute mass is assumed small and dynamic depends on the CWE (Cutter-Workpiece-Engagement).</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double ShankMass_g { 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_Milling_Cutters_MillingCutter_ShankMaterial_" data-uid="Hi.Milling.Cutters.MillingCutter.ShankMaterial*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_ShankMaterial" data-uid="Hi.Milling.Cutters.MillingCutter.ShankMaterial">
|
|
ShankMaterial
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Material of the shank.
|
|
It should be the same with <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutters_MillingCutter_FluteMaterial">FluteMaterial</a> if the cutter is <a class="xref" href="Hi.Milling.Cutters.MillingCutter.IntegralModeEnum.html#Hi_Milling_Cutters_MillingCutter_IntegralModeEnum_SolidEnd">SolidEnd</a>.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public IStructureMaterial ShankMaterial { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Physics.IStructureMaterial.html">IStructureMaterial</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_ShankMaterialFile_" data-uid="Hi.Milling.Cutters.MillingCutter.ShankMaterialFile*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_ShankMaterialFile" data-uid="Hi.Milling.Cutters.MillingCutter.ShankMaterialFile">
|
|
ShankMaterialFile
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the file path for the shank material definition.
|
|
It should be the same with <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutters_MillingCutter_FluteMaterialFile">FluteMaterialFile</a> if the cutter is <a class="xref" href="Hi.Milling.Cutters.MillingCutter.IntegralModeEnum.html#Hi_Milling_Cutters_MillingCutter_IntegralModeEnum_SolidEnd">SolidEnd</a>.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public string ShankMaterialFile { 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.string">string</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_ShaperProfile_" data-uid="Hi.Milling.Cutters.MillingCutter.ShaperProfile*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_ShaperProfile" data-uid="Hi.Milling.Cutters.MillingCutter.ShaperProfile">
|
|
ShaperProfile
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the shaper profile that defines the cutter's shape.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public IShaperProfile ShaperProfile { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Milling.Cutters.IShaperProfile.html">IShaperProfile</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_ShaperTopoBrick_" data-uid="Hi.Milling.Cutters.MillingCutter.ShaperTopoBrick*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_ShaperTopoBrick" data-uid="Hi.Milling.Cutters.MillingCutter.ShaperTopoBrick">
|
|
ShaperTopoBrick
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>cutable part of cutter.
|
|
the part cut the workpiece if overlapped.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ITopoBrick ShaperTopoBrick { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.NcMech.Topo.ITopoBrick.html">ITopoBrick</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_SingleInsertMass_g_" data-uid="Hi.Milling.Cutters.MillingCutter.SingleInsertMass_g*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_SingleInsertMass_g" data-uid="Hi.Milling.Cutters.MillingCutter.SingleInsertMass_g">
|
|
SingleInsertMass_g
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the total inserts' mass in grams.
|
|
The property should be used Only if <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutters_MillingCutter_IntegralMode">IntegralMode</a> is <a class="xref" href="Hi.Milling.Cutters.MillingCutter.IntegralModeEnum.html#Hi_Milling_Cutters_MillingCutter_IntegralModeEnum_InsertEnd">InsertEnd</a>.
|
|
However, there is no exception mechanism.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double SingleInsertMass_g { 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_Milling_Cutters_MillingCutter_StrutTopoBrick_" data-uid="Hi.Milling.Cutters.MillingCutter.StrutTopoBrick*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_StrutTopoBrick" data-uid="Hi.Milling.Cutters.MillingCutter.StrutTopoBrick">
|
|
StrutTopoBrick
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>uncutable part of cutter.
|
|
the part triggers collision to workpiece if overlapped.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ITopoBrick StrutTopoBrick { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.NcMech.Topo.ITopoBrick.html">ITopoBrick</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_SumInsertMass_g_" data-uid="Hi.Milling.Cutters.MillingCutter.SumInsertMass_g*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_SumInsertMass_g" data-uid="Hi.Milling.Cutters.MillingCutter.SumInsertMass_g">
|
|
SumInsertMass_g
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the total mass of all inserts in grams calculated from SingleInsertMass_g * InsertNum.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double SumInsertMass_g { 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_Milling_Cutters_MillingCutter_SurfaceMaterial_" data-uid="Hi.Milling.Cutters.MillingCutter.SurfaceMaterial*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_SurfaceMaterial" data-uid="Hi.Milling.Cutters.MillingCutter.SurfaceMaterial">
|
|
SurfaceMaterial
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the surface material of the cutter.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public CutterMaterial SurfaceMaterial { get; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Physics.CutterMaterial.html">CutterMaterial</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_UpperBeamGeom_" data-uid="Hi.Milling.Cutters.MillingCutter.UpperBeamGeom*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_UpperBeamGeom" data-uid="Hi.Milling.Cutters.MillingCutter.UpperBeamGeom">
|
|
UpperBeamGeom
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the upper beam geometry of the cutter.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public IGetStl UpperBeamGeom { get; set; }</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Property Value</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Geom.IGetStl.html">IGetStl</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_UpperBeamPolarResolution2dSource_" data-uid="Hi.Milling.Cutters.MillingCutter.UpperBeamPolarResolution2dSource*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_UpperBeamPolarResolution2dSource" data-uid="Hi.Milling.Cutters.MillingCutter.UpperBeamPolarResolution2dSource">
|
|
UpperBeamPolarResolution2dSource
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets or sets the provider for upper beam polar resolution.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public Func<PolarResolution2d> UpperBeamPolarResolution2dSource { 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.func-1">Func</a><<a class="xref" href="Hi.Geom.Resolution.PolarResolution2d.html">PolarResolution2d</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_XName_" data-uid="Hi.Milling.Cutters.MillingCutter.XName*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_XName" data-uid="Hi.Milling.Cutters.MillingCutter.XName">
|
|
XName
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Name for XML IO.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static string XName { 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.string">string</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="section" id="methods">Methods
|
|
</h2>
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_ClearCache_" data-uid="Hi.Milling.Cutters.MillingCutter.ClearCache*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_ClearCache" data-uid="Hi.Milling.Cutters.MillingCutter.ClearCache">
|
|
ClearCache()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Clears all cached data.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void ClearCache()</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_ClearThermalLayerListCache_" data-uid="Hi.Milling.Cutters.MillingCutter.ClearThermalLayerListCache*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_ClearThermalLayerListCache" data-uid="Hi.Milling.Cutters.MillingCutter.ClearThermalLayerListCache">
|
|
ClearThermalLayerListCache()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Clears the thermal layer list cache.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void ClearThermalLayerListCache()</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_Display_" data-uid="Hi.Milling.Cutters.MillingCutter.Display*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_Display_Hi_Disp_Bind_" data-uid="Hi.Milling.Cutters.MillingCutter.Display(Hi.Disp.Bind)">
|
|
Display(Bind)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Display function called in <a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a> rendering loop.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void Display(Bind bind)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>bind</code> <a class="xref" href="Hi.Disp.Bind.html">Bind</a></dt>
|
|
<dd><p>Bind with <a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a>. See <a class="xref" href="Hi.Disp.Bind.html">Bind</a>.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_Dispose_" data-uid="Hi.Milling.Cutters.MillingCutter.Dispose*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_Dispose" data-uid="Hi.Milling.Cutters.MillingCutter.Dispose">
|
|
Dispose()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void Dispose()</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_Dispose_" data-uid="Hi.Milling.Cutters.MillingCutter.Dispose*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_Dispose_System_Boolean_" data-uid="Hi.Milling.Cutters.MillingCutter.Dispose(System.Boolean)">
|
|
Dispose(bool)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">protected virtual void Dispose(bool disposing)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>disposing</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_Duplicate_" data-uid="Hi.Milling.Cutters.MillingCutter.Duplicate*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_Duplicate_System_Object___" data-uid="Hi.Milling.Cutters.MillingCutter.Duplicate(System.Object[])">
|
|
Duplicate(params object[])
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Creates a deep copy of the object, excluding any source file references.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public object Duplicate(params object[] res)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>res</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>[]</dt>
|
|
<dd><p>Optional parameters that may be needed during the duplication process</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
|
|
<dd><p>A new instance that is a deep copy of the original object</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_ExpandToBox3d_" data-uid="Hi.Milling.Cutters.MillingCutter.ExpandToBox3d*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_ExpandToBox3d_Hi_Geom_Box3d_" data-uid="Hi.Milling.Cutters.MillingCutter.ExpandToBox3d(Hi.Geom.Box3d)">
|
|
ExpandToBox3d(Box3d)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Expands the destination box.
|
|
This function is usually used to compute the bounding box of elements.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void ExpandToBox3d(Box3d dst)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>dst</code> <a class="xref" href="Hi.Geom.Box3d.html">Box3d</a></dt>
|
|
<dd><p>Destination box</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetAnchor_" data-uid="Hi.Milling.Cutters.MillingCutter.GetAnchor*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetAnchor" data-uid="Hi.Milling.Cutters.MillingCutter.GetAnchor">
|
|
GetAnchor()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Get key anchor. (i.e. root anchor)</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public Anchor GetAnchor()</code></pre>
|
|
</div>
|
|
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Mech.Topo.Anchor.html">Anchor</a></dt>
|
|
<dd><p>key anchor</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetAnchoredCollidableNode_" data-uid="Hi.Milling.Cutters.MillingCutter.GetAnchoredCollidableNode*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetAnchoredCollidableNode" data-uid="Hi.Milling.Cutters.MillingCutter.GetAnchoredCollidableNode">
|
|
GetAnchoredCollidableNode()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the anchored collidable node associated with this object.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public IAnchoredCollidableNode GetAnchoredCollidableNode()</code></pre>
|
|
</div>
|
|
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Collision.IAnchoredCollidableNode.html">IAnchoredCollidableNode</a></dt>
|
|
<dd><p>The anchored collidable node.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetAnchoredCollidables_" data-uid="Hi.Milling.Cutters.MillingCutter.GetAnchoredCollidables*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetAnchoredCollidables" data-uid="Hi.Milling.Cutters.MillingCutter.GetAnchoredCollidables">
|
|
GetAnchoredCollidables()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the list of anchored collidable nodes contained by this stem.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<IAnchoredCollidableNode> GetAnchoredCollidables()</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.Collision.IAnchoredCollidableNode.html">IAnchoredCollidableNode</a>></dt>
|
|
<dd><p>A list of anchored collidable nodes.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetAnchoredDisplayeeList_" data-uid="Hi.Milling.Cutters.MillingCutter.GetAnchoredDisplayeeList*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetAnchoredDisplayeeList" data-uid="Hi.Milling.Cutters.MillingCutter.GetAnchoredDisplayeeList">
|
|
GetAnchoredDisplayeeList()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets a list of anchored displayable objects.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<IAnchoredDisplayee> GetAnchoredDisplayeeList()</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.Mech.Topo.IAnchoredDisplayee.html">IAnchoredDisplayee</a>></dt>
|
|
<dd><p>A list of <a class="xref" href="Hi.Mech.Topo.IAnchoredDisplayee.html">IAnchoredDisplayee</a> objects</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetAsmb_" data-uid="Hi.Milling.Cutters.MillingCutter.GetAsmb*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetAsmb" data-uid="Hi.Milling.Cutters.MillingCutter.GetAsmb">
|
|
GetAsmb()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the key asmb.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public Asmb GetAsmb()</code></pre>
|
|
</div>
|
|
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Mech.Topo.Asmb.html">Asmb</a></dt>
|
|
<dd><p>The key asmb.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetCutterFluteDisplayee_" data-uid="Hi.Milling.Cutters.MillingCutter.GetCutterFluteDisplayee*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetCutterFluteDisplayee" data-uid="Hi.Milling.Cutters.MillingCutter.GetCutterFluteDisplayee">
|
|
GetCutterFluteDisplayee()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the cutter flute displayee for visualization.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public IAnchoredDisplayee GetCutterFluteDisplayee()</code></pre>
|
|
</div>
|
|
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Mech.Topo.IAnchoredDisplayee.html">IAnchoredDisplayee</a></dt>
|
|
<dd><p>The anchored displayee for the cutter flute.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetDeflectionPara_umdN_" data-uid="Hi.Milling.Cutters.MillingCutter.GetDeflectionPara_umdN*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetDeflectionPara_umdN_System_Double__System_Double__" data-uid="Hi.Milling.Cutters.MillingCutter.GetDeflectionPara_umdN(System.Double@,System.Double@)">
|
|
GetDeflectionPara_umdN(out double, out double)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>(L^3)/(3EI).
|
|
Where deflection = F(L^3)/(3EI).
|
|
for cantiliver beam.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void GetDeflectionPara_umdN(out double bendingPara_umdN, out double zDeflectionPara_umdN)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>bendingPara_umdN</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
|
<dd></dd>
|
|
<dt><code>zDeflectionPara_umdN</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section">Exceptions</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetFletchBuckle_" data-uid="Hi.Milling.Cutters.MillingCutter.GetFletchBuckle*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetFletchBuckle" data-uid="Hi.Milling.Cutters.MillingCutter.GetFletchBuckle">
|
|
GetFletchBuckle()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Get fletch buckle anchor.
|
|
the anchor that generally connect to fixed part such as ground and triggering(motor)-side.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public Anchor GetFletchBuckle()</code></pre>
|
|
</div>
|
|
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Mech.Topo.Anchor.html">Anchor</a></dt>
|
|
<dd><p>buckle anchor</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetFluteThermalLayerList_" data-uid="Hi.Milling.Cutters.MillingCutter.GetFluteThermalLayerList*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetFluteThermalLayerList" data-uid="Hi.Milling.Cutters.MillingCutter.GetFluteThermalLayerList">
|
|
GetFluteThermalLayerList()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Flute material layer From outer(i.e. surface) to inner.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<ThermalLayer1D> GetFluteThermalLayerList()</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.Physics.ThermalLayer1D.html">ThermalLayer1D</a>></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetGuessShankMass_g_" data-uid="Hi.Milling.Cutters.MillingCutter.GetGuessShankMass_g*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetGuessShankMass_g" data-uid="Hi.Milling.Cutters.MillingCutter.GetGuessShankMass_g">
|
|
GetGuessShankMass_g()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Get guess mass by volume and density.
|
|
The volume is count from <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutters_MillingCutter_InnerBeamProfile">InnerBeamProfile</a> and <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutters_MillingCutter_UpperBeamGeom">UpperBeamGeom</a>.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double GetGuessShankMass_g()</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></dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetInitStickConvex_" data-uid="Hi.Milling.Cutters.MillingCutter.GetInitStickConvex*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetInitStickConvex" data-uid="Hi.Milling.Cutters.MillingCutter.GetInitStickConvex">
|
|
GetInitStickConvex()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Get <a class="xref" href="Hi.Cbtr.InitStickConvex.html">InitStickConvex</a>.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public InitStickConvex GetInitStickConvex()</code></pre>
|
|
</div>
|
|
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Cbtr.InitStickConvex.html">InitStickConvex</a></dt>
|
|
<dd><p><a class="xref" href="Hi.Cbtr.InitStickConvex.html">InitStickConvex</a></p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetMinimumUncutChipThickness_mm_" data-uid="Hi.Milling.Cutters.MillingCutter.GetMinimumUncutChipThickness_mm*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetMinimumUncutChipThickness_mm_Hi_MillingForces_Fittings_ICuttingPara_" data-uid="Hi.Milling.Cutters.MillingCutter.GetMinimumUncutChipThickness_mm(Hi.MillingForces.Fittings.ICuttingPara)">
|
|
GetMinimumUncutChipThickness_mm(ICuttingPara)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the minimum uncut chip thickness in millimeters for the specified cutting parameters.
|
|
The value is dependent on <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutters_MillingCutter_HoneRadius_um">HoneRadius_um</a>.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double GetMinimumUncutChipThickness_mm(ICuttingPara millingPara)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>millingPara</code> <a class="xref" href="Hi.MillingForces.Fittings.ICuttingPara.html">ICuttingPara</a></dt>
|
|
<dd><p>The cutting parameters to use for calculation.</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 minimum uncut chip thickness in millimeters.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetMinimumUncutChipThickness_um_" data-uid="Hi.Milling.Cutters.MillingCutter.GetMinimumUncutChipThickness_um*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetMinimumUncutChipThickness_um_Hi_MillingForces_Fittings_ICuttingPara_" data-uid="Hi.Milling.Cutters.MillingCutter.GetMinimumUncutChipThickness_um(Hi.MillingForces.Fittings.ICuttingPara)">
|
|
GetMinimumUncutChipThickness_um(ICuttingPara)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the minimum uncut chip thickness in micrometers for the specified cutting parameters.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public double GetMinimumUncutChipThickness_um(ICuttingPara millingPara)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>millingPara</code> <a class="xref" href="Hi.MillingForces.Fittings.ICuttingPara.html">ICuttingPara</a></dt>
|
|
<dd><p>The cutting parameters to use for calculation.</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 minimum uncut chip thickness in micrometers.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetNobleAnchoredDisplayee_" data-uid="Hi.Milling.Cutters.MillingCutter.GetNobleAnchoredDisplayee*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetNobleAnchoredDisplayee" data-uid="Hi.Milling.Cutters.MillingCutter.GetNobleAnchoredDisplayee">
|
|
GetNobleAnchoredDisplayee()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets a noble anchored displayee for visualization.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public AnchoredDisplayee GetNobleAnchoredDisplayee()</code></pre>
|
|
</div>
|
|
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Mech.Topo.AnchoredDisplayee.html">AnchoredDisplayee</a></dt>
|
|
<dd><p>The anchored displayee.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetSweptable_" data-uid="Hi.Milling.Cutters.MillingCutter.GetSweptable*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetSweptable_System_Double_" data-uid="Hi.Milling.Cutters.MillingCutter.GetSweptable(System.Double)">
|
|
GetSweptable(double)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Get Sweptable.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public Sweptable GetSweptable(double fractionTolerance)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>fractionTolerance</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
|
<dd><p>The fraction tolerance for the sweptable.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Machining.Sweptable.html">Sweptable</a></dt>
|
|
<dd><p>Sweptable</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetTestBallCutter_" data-uid="Hi.Milling.Cutters.MillingCutter.GetTestBallCutter*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetTestBallCutter" data-uid="Hi.Milling.Cutters.MillingCutter.GetTestBallCutter">
|
|
GetTestBallCutter()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Creates a test ball cutter.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static MillingCutter GetTestBallCutter()</code></pre>
|
|
</div>
|
|
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Milling.Cutters.MillingCutter.html">MillingCutter</a></dt>
|
|
<dd><p>A new ball cutter instance for testing.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetTestBottomCutter_" data-uid="Hi.Milling.Cutters.MillingCutter.GetTestBottomCutter*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetTestBottomCutter" data-uid="Hi.Milling.Cutters.MillingCutter.GetTestBottomCutter">
|
|
GetTestBottomCutter()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Creates a test bottom cutter.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static MillingCutter GetTestBottomCutter()</code></pre>
|
|
</div>
|
|
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Milling.Cutters.MillingCutter.html">MillingCutter</a></dt>
|
|
<dd><p>A new bottom cutter instance for testing.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetTestFreeCutter_" data-uid="Hi.Milling.Cutters.MillingCutter.GetTestFreeCutter*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetTestFreeCutter" data-uid="Hi.Milling.Cutters.MillingCutter.GetTestFreeCutter">
|
|
GetTestFreeCutter()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Creates a test free cutter.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static MillingCutter GetTestFreeCutter()</code></pre>
|
|
</div>
|
|
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="Hi.Milling.Cutters.MillingCutter.html">MillingCutter</a></dt>
|
|
<dd><p>A new free cutter instance for testing.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetThermalLayerList_" data-uid="Hi.Milling.Cutters.MillingCutter.GetThermalLayerList*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetThermalLayerList" data-uid="Hi.Milling.Cutters.MillingCutter.GetThermalLayerList">
|
|
GetThermalLayerList()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets the list of thermal layers.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<ThermalLayer1D> GetThermalLayerList()</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.Physics.ThermalLayer1D.html">ThermalLayer1D</a>></dt>
|
|
<dd><p>List of thermal layers.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_GetZrList_" data-uid="Hi.Milling.Cutters.MillingCutter.GetZrList*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_GetZrList" data-uid="Hi.Milling.Cutters.MillingCutter.GetZrList">
|
|
GetZrList()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Gets a list of Z-R coordinate pairs.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public List<PairZr> GetZrList()</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.PairZr.html">PairZr</a>></dt>
|
|
<dd><p>A list of PairZr objects representing Z-R coordinates.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_MakeXmlSource_" data-uid="Hi.Milling.Cutters.MillingCutter.MakeXmlSource*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_MakeXmlSource_System_String_System_String_System_Boolean_" data-uid="Hi.Milling.Cutters.MillingCutter.MakeXmlSource(System.String,System.String,System.Boolean)">
|
|
MakeXmlSource(string, string, bool)
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Creates an XML representation of the object.
|
|
This method may also generate additional resources such as related files.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public XElement MakeXmlSource(string baseDirectory, string relFile, bool exhibitionOnly)</code></pre>
|
|
</div>
|
|
|
|
<h4 class="section">Parameters</h4>
|
|
<dl class="parameters">
|
|
<dt><code>baseDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
|
<dd><p>The base directory for resolving relative paths</p>
|
|
</dd>
|
|
<dt><code>relFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
|
<dd><p>The relative file path for the XML source</p>
|
|
</dd>
|
|
<dt><code>exhibitionOnly</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
|
<dd><p>if true, the extended file creation is suppressed.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
<h4 class="section">Returns</h4>
|
|
<dl class="parameters">
|
|
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.linq.xelement">XElement</a></dt>
|
|
<dd><p>An XML element representing the object's state</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h4 class="section" id="Hi_Milling_Cutters_MillingCutter_MakeXmlSource_System_String_System_String_System_Boolean__remarks">Remarks</h4>
|
|
<div class="markdown level1 remarks"><p>For the demand of easy moving source folder (especially project folder) without configuration file path corruption, the relative file path is applied.
|
|
The <code class="paramref">baseDirectory</code> is typically the folder at the nearest configuration file folder.
|
|
Since the folder can be moving with the configuration file.</p>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<a id="Hi_Milling_Cutters_MillingCutter_UpdateByContent_" data-uid="Hi.Milling.Cutters.MillingCutter.UpdateByContent*"></a>
|
|
|
|
<h3 id="Hi_Milling_Cutters_MillingCutter_UpdateByContent" data-uid="Hi.Milling.Cutters.MillingCutter.UpdateByContent">
|
|
UpdateByContent()
|
|
|
|
</h3>
|
|
|
|
<div class="markdown level1 summary"><p>Updates the object based on its current content.</p>
|
|
</div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public void UpdateByContent()</code></pre>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</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>
|