tune
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class MillingToolOffsetTable | HiAPI-C# 2025 ">
|
||||
|
||||
<meta name="description" content="Offset table for milling tool. The key is tool ID.">
|
||||
<meta name="description" content="Offset table for milling tool. The key is Offset ID (H or D in NC code).">
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
@@ -98,7 +98,7 @@ Class MillingToolOffsetTable
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"><p>Offset table for milling tool.
|
||||
The key is tool ID.</p>
|
||||
The key is Offset ID (H or D in NC code).</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
@@ -399,8 +399,8 @@ The key is tool ID.</p>
|
||||
|
||||
<a id="Hi_Numerical_MillingToolOffsetTable_MakeXmlSource_" data-uid="Hi.Numerical.MillingToolOffsetTable.MakeXmlSource*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_MillingToolOffsetTable_MakeXmlSource_System_String_System_String_" data-uid="Hi.Numerical.MillingToolOffsetTable.MakeXmlSource(System.String,System.String)">
|
||||
MakeXmlSource(string, string)
|
||||
<h3 id="Hi_Numerical_MillingToolOffsetTable_MakeXmlSource_System_String_System_String_System_Boolean_" data-uid="Hi.Numerical.MillingToolOffsetTable.MakeXmlSource(System.String,System.String,System.Boolean)">
|
||||
MakeXmlSource(string, string, bool)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -409,7 +409,7 @@ The key is tool ID.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public XElement MakeXmlSource(string baseDirectory, string relFile)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public XElement MakeXmlSource(string baseDirectory, string relFile, bool exhibitionOnly)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -420,6 +420,8 @@ The key is tool ID.</p>
|
||||
<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.</p>
|
||||
</dd>
|
||||
<dt><code>exhibitionOnly</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
|
||||
Reference in New Issue
Block a user