This commit is contained in:
2025-08-30 15:31:33 +08:00
parent 6e7d65b32a
commit 97aa5f3b30
766 changed files with 8238 additions and 1394 deletions
@@ -274,7 +274,9 @@ Class StlFile
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance with the specified file path and optional base directory.
If base directory is provided, the STL will be loaded immediately.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -284,9 +286,11 @@ Class StlFile
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>filePath</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dd><p>STL file path</p>
</dd>
<dt><code>baseDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dd><p>Base directory to load file from</p>
</dd>
</dl>