This commit is contained in:
2025-09-16 11:21:48 +08:00
parent a69e02dd26
commit 62ac88b5b8
34 changed files with 459 additions and 116 deletions
@@ -116,7 +116,7 @@ WriteRuntimeGeomToStl(<檔案路徑>, <解析度(mm)> = 0);
<h5>Tip</h5>
<p><strong>指令範例</strong></p>
<pre><code class="lang-csharp">ReadRuntimeGeom(&quot;Cache/init.wct&quot;);
RunNcFile(&quot;NC/file1.nc&quot;);
PlayNcFile(&quot;NC/file1.nc&quot;);
WriteRuntimeGeom(&quot;Cache/file1.wct&quot;);
WriteRuntimeGeomToStl(&quot;Output/file1.stl&quot;);
</code></pre>