2025-07-25 16:27:29 +08:00

126 lines
5.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HiNC Documentation | HiAPI-C# 2025 </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="HiNC Documentation | 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="">
<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="content">
<div class="actionbar">
<nav id="breadcrumb"></nav>
</div>
<article data-uid="">
<h1 id="hinc-documentation">HiNC Documentation</h1>
<p>Welcome to the HiNC documentation website. This site contains documentation for both the HiNC software and its development API.</p>
<h2 id="documentation-sections">Documentation Sections</h2>
<h3 id="1-user-guide">1. User Guide</h3>
<p>Complete documentation for using the HiNC software, including installation, features, and troubleshooting.</p>
<ul>
<li><a href="brief/user-guide/index.html">User Guide</a></li>
</ul>
<h3 id="2-developer-documentation">2. Developer Documentation</h3>
<p>Technical documentation for the HiNC API, including reference, requirements, and integration guides.</p>
<ul>
<li><a href="brief/dev-doc/index.html">Developer Documentation</a></li>
</ul>
<p>The sample code using HiNC API:</p>
<ul>
<li><a href="brief/sample/Sample.Machining.html">Sample Code</a></li>
</ul>
<p>HiNC API specification:</p>
<ul>
<li><a href="api/Hi.Machining.html">API Reference</a></li>
</ul>
<h2 id="ai-collaboration">AI Collaboration</h2>
<p>Let AI agent scan HiAPI Doc (Brief) Web Root: <a href="brief/index.html">https://superhightech.com.tw/HiAPI-docsite/brief/</a> to get help.</p>
<p>The brief web root does not contains the <a href="api/toc.html">API Reference</a>. Since the API Reference contains too many pages. It is not recommand to send it to AI agent if the AI capability is not enough.</p>
<p>HiNC / HiAPI does not provide LLM. You should use the 3rd party AI agent to apply the document.</p>
</article>
<div class="contribution d-print-none">
</div>
<div class="next-article d-print-none border-top" id="nextArticle"></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>