deploy.
This commit is contained in:
@@ -104,33 +104,25 @@
|
||||
Opt
|
||||
end
|
||||
</code></pre>
|
||||
<h2 id="workflows--task-oriented-step-by-step-guides">Workflows — Task-oriented step-by-step guides</h2>
|
||||
<h2 id="where-to-start">Where to Start</h2>
|
||||
<ul>
|
||||
<li><a href="workflows/basic-simulation.html">Basic Simulation</a> — Set up and run a machining simulation</li>
|
||||
<li><a href="workflows/force-training.html">Milling Force Parameter Training</a> — Train cutting force parameters from sensor data</li>
|
||||
<li><a href="workflows/nc-optimization.html">NC Optimization</a> — Optimize NC programs for feedrate and compensation</li>
|
||||
<li><a href="workflows/sensor-mapping.html">Sensor Data Mapping</a> — Map external sensor data to simulation toolpaths</li>
|
||||
<li><a href="workflows/geometry-validation.html">Geometry Validation</a> — Collision detection, geometry comparison, defect scanning</li>
|
||||
<li><a href="workflows/dynamometer-experiment-sop.html">Dynamometer Experiment SOP</a> — Operating procedure for dynamometer measurement</li>
|
||||
<li><a href="workflows/examples/index.html">Example Projects</a> — Complete project-level examples with real data</li>
|
||||
<li><strong>Running a job from end to end.</strong> <a href="workflows/index.html">Workflows</a> takes one job from the data you have to the result you want, in order, in a single page.</li>
|
||||
<li><strong>Operating the application.</strong> <a href="manual/index.html">Manual</a> is the screen-by-screen reference for the HiNC web application — the frame, the equipment, the run, and the supporting screens.</li>
|
||||
<li><strong>Understanding why the numbers come out the way they do.</strong> <a class="xref" href="technique/index.html">Technique</a> carries the milling physics, machine capability, measurement and NC optimization knowledge, independently of any screen.</li>
|
||||
<li><strong>Writing C# against the HiAPI packages.</strong> Technique also carries the developer layer — API foundations, scripting, rendering, the mechanism topology and the NC dialects — and the <a href="api/Hi.Machining.html">API Reference</a> is its generated class-by-class companion.</li>
|
||||
</ul>
|
||||
<h2 id="manual--reference-knowledge-looked-up-on-demand">Manual — Reference knowledge, looked up on demand</h2>
|
||||
<h2 id="sections">Sections</h2>
|
||||
<p>Every entry below is a section index: it states its own ordering principle and lists what it holds,
|
||||
so navigation is top-down — this page, then the section index, then the sub-folder index, then the
|
||||
page.</p>
|
||||
<ul>
|
||||
<li><strong><a href="manual/setup/index.html">Setup</a></strong> — Pre-simulation configuration: machine tool, anchor, cutters, controllers, coolant</li>
|
||||
<li><strong><a href="manual/runtime/index.html">Runtime</a></strong> — Script commands, MachiningStep, SessionShell, ShellProgress</li>
|
||||
<li><strong><a href="manual/analysis/index.html">Analysis</a></strong> — Theory and evaluation: milling physics, wear, corner behavior, CPU usage</li>
|
||||
</ul>
|
||||
<h2 id="development--for-developers-building-on-hiapi">Development — For developers building on HiAPI</h2>
|
||||
<ul>
|
||||
<li><a href="release-note/index.html">Release Note</a></li>
|
||||
<li><a href="app-anatomy/index.html">App Anatomy</a> — Transparent per-component breakdown of the HiNC applications (Webservice + WPF) — view ↔ model ↔ source mapping</li>
|
||||
<li><a href="fundamentals/index.html">API Fundamentals</a> — Geometry, rendering, mechanism topology, messaging, XML IO</li>
|
||||
<li><a href="sample/Sample.Machining.html">Sample Code</a> — Code samples</li>
|
||||
</ul>
|
||||
<h2 id="other">Other</h2>
|
||||
<ul>
|
||||
<li><a href="api/Hi.Machining.html">API Reference</a> — Auto-generated C# class and method reference</li>
|
||||
<li><a href="product/index.html">Product</a> — About, license, activation, system info</li>
|
||||
<li><a href="manual/index.html">Manual</a> — Operating the web application, chapter by chapter: basics, setup, running a simulation, utilities</li>
|
||||
<li><a href="workflows/index.html">Workflows</a> — End-to-end task guides, each read start to finish</li>
|
||||
<li><a class="xref" href="technique/index.html">Technique</a> — The durable knowledge behind the numbers: milling physics, machine capability, measurement, NC optimization, and the API layer applications are built on</li>
|
||||
<li><a class="xref" href="anatomy/index.html">App Anatomy</a> — The shipped applications broken down component by component: view ↔ model ↔ source</li>
|
||||
<li><a href="api/Hi.Machining.html">API Reference</a> — The generated C# class and method reference for the HiAPI packages</li>
|
||||
<li><a href="release-note/index.html">Release Note</a> — What changed in each release, and what upgrading costs</li>
|
||||
<li><a href="product/index.html">Product</a> — About Tech Coordinate, system requirements, license terms, activation and multi-station setup</li>
|
||||
</ul>
|
||||
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user