This commit is contained in:
2026-01-16 01:48:39 +08:00
parent f81f03cb13
commit a06e0d3724
710 changed files with 17974 additions and 3075 deletions
+27 -15
View File
@@ -102,6 +102,21 @@ Classes
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.FlexDictionaryUtil.html">FlexDictionaryUtil</a></dt>
<dd><p>Utility for flexible dictionary operations.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.HardNcComment.html">HardNcComment</a></dt>
<dd><p>Represents a comment in NC code.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.HardNcEnv.html">HardNcEnv</a></dt>
<dd><p>Represents the numerical control environment containing configuration for CNC operations.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.HardNcLine.html">HardNcLine</a></dt>
<dd><p>Represents a line in the NC program with its associated data and operations.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -134,16 +149,6 @@ The key is Offset ID (H or D in NC code).</p>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.MillingToolOffsetTableRow.html">MillingToolOffsetTableRow</a></dt>
<dd><p>Raw of <a class="xref" href="Hi.Numerical.MillingToolOffsetTable.html">MillingToolOffsetTable</a></p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcComment.html">NcComment</a></dt>
<dd><p>Represents a comment in NC code.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcEnv.html">NcEnv</a></dt>
<dd><p>Represents the numerical control environment containing configuration for CNC operations.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -159,11 +164,6 @@ The key is Offset ID (H or D in NC code).</p>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcLifeCycleAttribute.html">NcLifeCycleAttribute</a></dt>
<dd><p>Attribute to specify the lifecycle mode of an NC flag.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcLine.html">NcLine</a></dt>
<dd><p>Represents a line in the NC program with its associated data and operations.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -211,6 +211,11 @@ XC, YA, ZB are available.</p>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.RadiusCompensationBuf.html">RadiusCompensationBuf</a></dt>
<dd><p>Buffer for radius compensation operations in numerical control</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.SourceCommandActEntry.html">SourceCommandActEntry</a></dt>
<dd><p>Represents an entry containing a source command and its associated act.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -226,6 +231,13 @@ XC, YA, ZB are available.</p>
<h3 id="interfaces">
Interfaces
</h3>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.IControlRunner.html">IControlRunner</a></dt>
<dd><p>Control Runner.
The term control is machine control.
The Control Line is such like the NC (Numerical Control) line.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.IFlexDictionaryHost-1.html">IFlexDictionaryHost&lt;T&gt;</a></dt>
<dd><p>Interface of <a class="xref" href="Hi.Numerical.IFlexDictionaryHost-1.html#Hi_Numerical_IFlexDictionaryHost_1_FlexDictionary">FlexDictionary</a>.