2026-01-17 16:11:23 +08:00

474 lines
20 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Namespace Hi.Numerical | HiAPI-C# 2025 </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Namespace Hi.Numerical | HiAPI-C# 2025 ">
<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 &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<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.Numerical">
<h1 id="Hi_Numerical" data-uid="Hi.Numerical" class="text-break">Namespace Hi.Numerical</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">
Classes
</h3>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.CoordinateEntryDisplayee.html">CoordinateEntryDisplayee</a></dt>
<dd><p>Represents a displayable coordinate entry for CNC programming.</p>
</dd>
</dl>
<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">
<dt><a class="xref" href="Hi.Numerical.HardNcUtil.html">HardNcUtil</a></dt>
<dd><p>Utility class for working with NC code.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.HeidenhainCoordinateEntryDisplayee.html">HeidenhainCoordinateEntryDisplayee</a></dt>
<dd><p>Displayee for Heidenhain coordinate entry visualization.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.IsoCoordinateEntryDisplayee.html">IsoCoordinateEntryDisplayee</a></dt>
<dd><p>Displayee for ISO coordinate entry visualization.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.IsoCoordinateTable.html">IsoCoordinateTable</a></dt>
<dd><p>Coordinate table for NC controller.
The dictionary key is 1000times coordinate index (ex. G54 is 54000); the dictionary value is machine coordinate.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.MechNcUtil.html">MechNcUtil</a></dt>
<dd><p>NC Utility.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.MillingToolOffsetTable.html">MillingToolOffsetTable</a></dt>
<dd><p>Offset table for milling tool.
The key is Offset ID (H or D in NC code).</p>
</dd>
</dl>
<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.NcFlagUtil.html">NcFlagUtil</a></dt>
<dd><p>Utility class for working with NC flags and their lifecycle modes.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroupAttribute.html">NcGroupAttribute</a></dt>
<dd><p>NC Group Attribute.</p>
</dd>
</dl>
<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.NcNameAttribute.html">NcNameAttribute</a></dt>
<dd><p>Attribute used to define a name for NC flags and other enumeration fields.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcNoteCache.html">NcNoteCache</a></dt>
<dd><p>Cache for notes and warnings generated during NC line parsing.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcProc.html">NcProc</a></dt>
<dd><p>Provides processing utilities for NC programming.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcStepFileOutputKit.html">NcStepFileOutputKit</a></dt>
<dd><p>Kit for outputting NC steps to CSV files.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcStepMonitor.html">NcStepMonitor</a></dt>
<dd><p>Monitors NC steps and provides functionality for step tracking and control.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NumericUtil.html">NumericUtil</a></dt>
<dd><p>Utility class for numeric operations and unit conversions.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.PolarEntry.html">PolarEntry</a></dt>
<dd><p>The class for G12.1 Polar mode.
In G12.1 Polar mode, NC code applies (X,C) as (linear axis, hypothetical axis).
XC, YA, ZB are available.</p>
</dd>
</dl>
<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">
<dt><a class="xref" href="Hi.Numerical.SubStringKit.html">SubStringKit</a></dt>
<dd><p>Utility class for extracting and manipulating substrings based on specific activation patterns.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.ToolConfigNotFoundException.html">ToolConfigNotFoundException</a></dt>
<dd><p>Exception thrown when a tool configuration cannot be found.</p>
</dd>
</dl>
<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>.
Provider of additional quantity source.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.IGetFeedrate.html">IGetFeedrate</a></dt>
<dd><p>Interface for retrieving feedrate information.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.IGetSpindleSpeed.html">IGetSpindleSpeed</a></dt>
<dd><p>Interface for retrieving spindle speed and direction information.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.ISetFeedrate.html">ISetFeedrate</a></dt>
<dd><p>Interface for setting feedrate information.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.ISetSpindleSpeed.html">ISetSpindleSpeed</a></dt>
<dd><p>Interface for setting spindle speed.</p>
</dd>
</dl>
<h3 id="enums">
Enums
</h3>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.CncBrand.html">CncBrand</a></dt>
<dd><p>Represents different CNC controller brands supported by the system.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.CommentMark.html">CommentMark</a></dt>
<dd><p>Enumeration of different comment mark types used in NC code.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.CoordinateEntryRenderingFlag.html">CoordinateEntryRenderingFlag</a></dt>
<dd><p>Flags that control how coordinate entries are rendered.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.CoordinateInterpolationMode.html">CoordinateInterpolationMode</a></dt>
<dd><p>Defines the coordinate interpolation mode for NC operations.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcFlag.html">NcFlag</a></dt>
<dd><p>NC Flag.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup00.html">NcGroup00</a></dt>
<dd><p>NcGroup enum.
GCode Group00.
Include <a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G04">G04</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G52">G52</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G53">G53</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G53p1">G53p1</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_SiemensSupa">SiemensSupa</a>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup01.html">NcGroup01</a></dt>
<dd><p>NcGroup enum.
For linear move mode: G00 or G01.
G00 is rapid move.
G01 is linear cut.
G02 is CW cut; G03 is CCW cut.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup02.html">NcGroup02</a></dt>
<dd><p>NcGroup enum.
Plane selection.
Include <a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G17">G17</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G18">G18</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G19">G19</a>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup03.html">NcGroup03</a></dt>
<dd><p>NcGroup enum.
Absolute(G90) or increment(G91) coordinate.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup05.html">NcGroup05</a></dt>
<dd><p>NcGroup enum.
For feedrate.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup06.html">NcGroup06</a></dt>
<dd><p>NcGroup enum.
Group of unit.
In mm or in inch.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup07.html">NcGroup07</a></dt>
<dd><p>NcGroup enum.
Left or right compensation for tool radius, etc..
See <a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G40">G40</a>, <a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G41">G41</a>, <a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G42">G42</a> for available compensation modes.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup08.html">NcGroup08</a></dt>
<dd><p>NcGroup enum.
Tool length compensation, etc..
<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G43">G43</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G43p4">G43p4</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G44">G44</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G49">G49</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_SiemensTraori">SiemensTraori</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_SiemensTrafoof">SiemensTrafoof</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_HeidenhainM128">HeidenhainM128</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_HeidenhainM129">HeidenhainM129</a>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup09.html">NcGroup09</a></dt>
<dd><p>NcGroup enum.
Canned cycle.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup10.html">NcGroup10</a></dt>
<dd><p>NcGroup enum.
Canned cycle return point.
<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G98">G98</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G99">G99</a>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup13.html">NcGroup13</a></dt>
<dd><p>NC Group 13 for constant surface speed control.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup14.html">NcGroup14</a></dt>
<dd><p>NcGroup enum.
Coordinate system. Such as <a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_G54Series">G54Series</a>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup15.html">NcGroup15</a></dt>
<dd><p>NcGroup enum.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup16.html">NcGroup16</a></dt>
<dd><p>NcGroup enum.
Rotation plane related.
Interface of get transformation.
Heidenhain equivalent group is <a class="xref" href="Hi.Numerical.NcGroupHeidenhainPlane.html">NcGroupHeidenhainPlane</a>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroup21.html">NcGroup21</a></dt>
<dd><p>NcGroup enum.
Polar coordinate interpolation mode.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroupHeidenhainM107M108.html">NcGroupHeidenhainM107M108</a></dt>
<dd><p>NcGroup enum.
Heidenhain group.
Enable or disable Suppress error message for replacement tools with oversize.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroupHeidenhainPlane.html">NcGroupHeidenhainPlane</a></dt>
<dd><p>Heidenhain Group Plane related.
ISO equivalent group is <a class="xref" href="Hi.Numerical.NcGroup16.html">NcGroup16</a>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroupHeidenhainShortestRotaryPath.html">NcGroupHeidenhainShortestRotaryPath</a></dt>
<dd><p>NcGroup enum.
Heidenhain group.
shortest rotary state.
<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_HeidenhainM126">HeidenhainM126</a>,<a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_HeidenhainM127">HeidenhainM127</a></p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcGroupSpindleRotation.html">NcGroupSpindleRotation</a></dt>
<dd><p>NcGroup enum.
Spindle rotation control.
See <a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_SpindleStop">SpindleStop</a>, <a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_SpindleCw">SpindleCw</a>, <a class="xref" href="Hi.Numerical.NcFlag.html#Hi_Numerical_NcFlag_SpindleCcw">SpindleCcw</a> for available rotation modes.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcLifeCycleMode.html">NcLifeCycleMode</a></dt>
<dd><p>Defines the lifecycle mode of NC commands.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.NcWarningSceneEnum.html">NcWarningSceneEnum</a></dt>
<dd><p>Defines scene types for NC warnings.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.PolarEntry.PolarModeDirEnum.html">PolarEntry.PolarModeDirEnum</a></dt>
<dd><p>Polar coordinate interpolation mode direction.
YA,ZB has not implemented yet.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.SpindleDirection.html">SpindleDirection</a></dt>
<dd><p>Enumeration of spindle rotation directions.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.SubStringKit.ActivationMode.html">SubStringKit.ActivationMode</a></dt>
<dd><p>Defines the mode of activation for substring extraction.</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>